Try using Eslint, it's easy to setup, useful for everyone. ```bash $ npm i eslint $ ./node_modules/eslint/bin/eslint.js init chose your configuration... ``` And that's it, you've got eslint installed.
Try using Eslint, it's easy to setup, useful for everyone.
And that's it, you've got eslint installed.