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