0.0.1 • Published 2 years ago

@phoenix-plugin-registry/fdecampredon.brackets-eslint v0.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

brackets-eslint

Adds ESLint support to Brackets.

Installation

See Brackets Wiki tutorial

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.