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-fooThen extend foo in your .eslintrc
{
"extends":"foo"
}