@coreblue/eslint-config
v2.0.3
Published
An opinionated ESLint config for CoreBlue projects
Downloads
1,749
Readme
CoreBlue ESLint plugin
An opinionated ESLint config for CoreBlue projects
Installation
You'll first need to install ESLint:
$ yarn i eslint --save-dev
Next, install @coreblue/eslint-config
:
$ yarn install @coreblue/eslint-config --save-dev
Note: If you're using the deprecated eslintrc configuration format you should continue to use v1 of this package
Usage
Add @coreblue/eslint-config
to the extends section of your .eslintrc.cjs
configuration file:
{
"extends": [
"@coreblue/eslint-config"
]
}
You can also extend specific configurations:
@coreblue/eslint-config/react