peol / brackets-eslint

Use https://github.com/zaggino/brackets-eslint instead [DEPRECATED] ESLint support in Adobe Brackets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

the extension does not load the given configuration file

Ssnk opened this issue · comments

I have added the configuration for eslint as follows

"eslint.options": {
"configFile": "eslintrc"
},

in the output indicates that eslint is not obeying the options from that file.

it worked only when i replaced \node_modules\eslint\conf\eslint.json file

Do you have a file in your project root named eslintrc (no . at the beginning)? Common practice is to name it .eslintrc (just checking if it's PEBKAC ;))