eslint-config-brainly-legacy
v1.1.0
Published
Brainly's shareable ESLint config for legacy ES5 projects
Downloads
436
Readme
eslint-config-brainly-legacy
Brainly's shareable ESLint config for legacy ES5 projects.
If you're setting up a non-legacy ES6 code use eslint-config-brainly.
For React code use eslint-config-brainly-react instead.
Installation and usage
Install the eslint-config-brainly-legacy
package with yarn
/npm
:
yarn add --dev eslint-config-brainly-legacy
and extend the "brainly-legacy"
setup in your .eslintrc
:
{
"extends": "brainly-legacy"
}
More tools config
Looking for more of our tools configs? Check out this readme.
License
MIT