1.0.1 • Published 5 years ago
@dewellops/eslint-config v1.0.1
@dewellops/eslint-config
This package provides dewellOps's JS .eslintrc (with React plugins) as an extensible shared config.
Install
Install the correct versions of package.
Yarn
yarn add @dewellops/eslint-config --devNpm
npm install @dewellops/eslint-config --save-devUsage
// .eslintrc
{
"extends": [
"@dewellops/eslint-config"
]
}Supported Rules
1. @dewellops/eslint-config-base
https://github.com/dewellOps/javascript/tree/master/packages/eslint-config-base
2. eslint-config-airbnb
https://github.com/airbnb/javascript/tree/master/packages/eslint-config-airbnb
3. eslint-plugin-react
https://github.com/yannickcr/eslint-plugin-react