Clean and simple way to check type of environment. Easy to use, and has a bonus feature of an isomorphic implementation of globalThis
A fresh approach to data structure querying. This is a convenient and safe way to explore live data feeds.
Super useful tool to document small packages' API. Creates a clear and presentable output effortlessly.
Amazing add-on for keeping your code readable and up to conventions. It also allows you to choose just how far you want to keep up with the coding conventions or which you want to follow by allowing this via configuration.
This is the best way to implement rules for your JavaScript code. A lot of IDE's are implementing eslint, therefore it's easy to implement, to use. The highly customizable rules are really nice to use. The doc online explains how to make you modules compliant with what you decide to do.
The best linter, easily customizable and extendable. There are plugins for everything. It will prevent you from writing some avoidable mistake. It will help to write code that follow best practices and to uniformize the coding style in your team. The documentation is awesome. When eslint find an error or a warning, you can look on the eslint website, they will explain why and gives example of how to improve the code