0.0.6 • Published 9 years ago
eslint-config-adorable v0.0.6
eslint-config-adorable
Installation
Add the package
yarn add git+ssh://git@github.com/adorableio/eslint-config-adorable --devAdd to your package.json file
"eslintConfig": {
"extends": [ "adorable" ]
}or .eslintrc
{
"extends": "adorable"
}