@pixelcabin/eslint-config
v0.2.4
Published
Pixelcabin's ESLint config for linting JS files
Downloads
9
Readme
@pixelcabin/eslint-config
Installation:
$ npm install @pixelcabin/eslint-config
Usage:
In a .eslintrc
file at the root of the project:
{
"extends": ["@pixelcabin/eslint-config"]
}
And, in a .babelrc
file at the root of the project:
{
"extends": "@pixelcabin/eslint-config/.babelrc"
}