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