DEV Community

Discussion on: Is ESLint Worth Your time?

Collapse
 
lampewebdev profile image
Michael "lampe" Lazarski

EVERY project I work on has eslint enabled. There is no reason not to add it!

It's also super easy to add.

Eslint has an init command!

Path_to_eslint/eslint.js --init and then you can choose! What's so hard about it? Nothing! So use it 😀✌️

Collapse
 
avatarkaleb profile image
Kaleb M

Nice! I really like the ease of it and it comes with a default config for you :)

Collapse
 
lampewebdev profile image
Michael "lampe" Lazarski

Yes and that is the beauty of it!

😀✌️