DEV Community

Discussion on: Using ESLint and Prettier with VScode in an Angular Project 🚀(outdated)

Collapse
 
snutij profile image
snutij • Edited

Hi dude, thanks you for pro tips !
But with ng new command it will create karma.conf.js and protractor.conf.js that are not compatible with somes eslint rules like no-empty-function or no-var-require. I must add them to eslintignore.

Except this, everything is fine. :)