brackets-eslint
I'm nice extension, really easy to live with, I don't eat too much time, and I desperatly need a new master (maintainer) please adopt me
🐕
Adds ESLint support to Brackets.
Installation
How to configure
Use standard .eslintrc
, this extension also support .eslintignore
files.
How to use custom rules
Move them to .eslintrules
folder in your project root.
Custom parsers and plugins
If you have a local installation of eslint in your node_modules
brackets-eslint will use this version with all custom parsers and plugins installed locally.
Credits
This extension is largely inspired by Martin Zagora one, thanks for his hard work.