eslint-config-foo
v1.4.0
Published
Shareable eslint config for Foo() projects
Downloads
10
Maintainers
Readme
eslint-config-foo
Shared ESLint config for Foo(Studio) JavaScript code.
The majority of EsLint config should be defined here rather that each project's own .eslintrc
.
Install
npm install --save-dev eslint-config-foo
Usage
Then extend foo
in your .eslintrc
{
"extends":"foo"
}