ricardofbarros / linter-js-standard

Atom linter plugin for JavaScript, using JavaScript Standard Style
https://atom.io/packages/linter-js-standard
MIT License
99 stars 50 forks source link

Disable when an ESLint configuration file was found #194

Closed chee closed 7 years ago

chee commented 7 years ago

it would be quite nice if this would not try and lint in projects that have a .eslintrc* in them. or perhaps projects that have a package.json but do not (dev)depend on standard

sonicdoe commented 7 years ago

I think this makes sense and I’d suggest we disable linting if there is an ESLint configuration file or the package.json has an eslintConfig property. PR welcome!