I am using eslint ("ember-cli-eslint") for my ember application. Whenever i run the tests, eslint includes files from addon's as well(check screenshot). We have 5 custom add-ons which is used in this project. Eslint currently includes the files from these add-ons. Need guidance on how to exclude files from eslint.
I have also created ".eslintignore" file and added below line, but its of not use
modules/**/*.js
Aucun commentaire:
Enregistrer un commentaire