Shared ESLint config for Foo(Studio) JavaScript code.
The majority of EsLint config should be defined here rather that each project's own .eslintrc
.
npm install --save-dev eslint-config-foo
Then extend foo
in your .eslintrc
{
"extends":"foo"
}