@coreblue/eslint-config
v2.0.3
Published
An opinionated ESLint config for CoreBlue projects
Readme
CoreBlue ESLint plugin
An opinionated ESLint config for CoreBlue projects
Installation
You'll first need to install ESLint:
$ yarn i eslint --save-devNext, install @coreblue/eslint-config:
$ yarn install @coreblue/eslint-config --save-devNote: 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
