@christopherjbaker/eslint-config
v3.1.4
Published
christopherjbaker's Recommended ESLint Rule Set
Maintainers
Readme
@christopherjbaker/eslint-config
christopherjbaker's Recommended ESLint Rule Set
Installation
Run npm install --save-dev @christopherjbaker/eslint-config
Usage
This package ships with several primary configs.
- base
- base-strict
- react
- react-strict
In your Project's ESLint config file, extend your desired config.
import cjbConfig from "@christopherjbaker/eslint-config/react-strict"
export default [
{ ignores: ["dist"] },
...cjbConfig,
// your configs here
]