#eslint
Read more stories on Hashnode
Articles with this tag
ESLint is a tool for “linting” your code. It can analyze your code and warn you of potential errors. In order for it to work, you need to configure it...
JavaScript Standard Style is an attempt to standardize the way developers write JavaScript. Following this style guide will ensure your code has a...
Prettier is an opinionated code formatter. It is fundamentally different than a style linter. Prettier doesn’t care how you write your JavaScript. It...
Airbnb maintains a very popular JavaScript Style Guide that is used by many JavaScript developers worldwide. Following this style guide will ensure...