eslint-config-patreon
v2.0.0
Published
Shareable linting configurations for JS projects at Patreon.
Downloads
14
Readme
eslint-config-patreon
Shareable linting configurations for JS projects at Patreon.
npm install eslint-config-patreon
You'll need some additional dependencies for your linting story to be complete:
npm install eslint babel-eslint eslint-plugin-react
Usage
.eslintrc
{
"extends": "patreon"
}
Sublime Text Setup
Make sure you install these sublime packages:
Atom Setup
Make sure you install these atom packages:
linter-eslint
piggy backs on linter
so you need both.