๐ TL;DR
- ESLint is a modern linting tool for JS development to make your code consistent and bug-free.
- Use
npm install eslint --globalto install ESLint globally. - Go to your project in the terminal and run
eslint --initย to initiate and setup linting for your project. - Install and automate your workflow in VSCode using ESLint extension.