eslint-config-reducer
v0.6.0
Published
ESLint config with Prettier
Downloads
66
Maintainers
Readme
eslint-config-reducer
ESLint config with Prettier for Vanilla Javascript and ReactJS
Install
$ npm i -D eslint eslint-config-reducer prettierUse
To use eslint-config-reducer, add it to your .eslintrc file
For Node/JavaScript project
{
"extends": "reducer",
"rules": {}
}For ReactJS project
{
"extends": "reducer/react",
"rules": {}
}For ReactJS + TypeScript project
{
"extends": "reducer/typescript",
"rules": {}
}