eslint-config-adorable
v0.0.6
Published
JavaScript ESLint lint configuration used by the Adorable team.
Downloads
9
Readme
eslint-config-adorable
Installation
Add the package
yarn add git+ssh://[email protected]/adorableio/eslint-config-adorable --dev
Add to your package.json
file
"eslintConfig": {
"extends": [ "adorable" ]
}
or .eslintrc
{
"extends": "adorable"
}