@axellero/eslint-config-core
ESLint configuration core rules
Installation
Add peer dependencies:
$ yarn add -D eslint
...then install config packages:
$ yarn add -D @axellero/eslint-config-core
Usage
{
// package.json
"eslintConfig": {
"extends": [
"@axellero/eslint-config-core"
]
}
}
Contributing
Any PR is welcomed by our @js-opensource team. Check out our contributing guidelines for more info.