DEV Community

Discussion on: Setting up ESLINT in your JavaScript Project with VS Code

Collapse
 
devdammak profile image
Damola Adekoya

I'm glad the article was able to help....
Using "lint: eslint myfile.js" will only lint a single file which is myfile.js.

But using "lint: eslint" will work for the entire project.