Skip to content

yemol/brackets-eslint-1

 
 

Repository files navigation

ESLint Build Status

Brackets extension which provides file linting with ESLint.

Uses CLIEngine from https://www.npmjs.com/package/eslint which should provide same results as linting in the command line (respecting all .eslintrc files)

Includes support for custom parsers and plugins.

How to install

Use brackets-npm-registry

How to configure

Use standard .eslintrc file like this one

How to use custom rules

Move them to .eslintrules folder in your project root like you can see in this repo.

Custom parsers and plugins

Extension is able to re-use globally installed npm modules, only thing you have to do is install them:

npm install --global eslint-plugin-react

About

Adds ESLint support to Brackets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%