@workpop/eslint-config-workpop
v1.1.0
Published
Workpop's ESLint Config
Downloads
30
Readme
eslint-config-workpop
Shareable Config for Eslint
Usage
First, you must add the npm dependency to your project.
npm install --save-dev @workpop/eslint-config-workpop
Next extend this config in your projects .eslintrc.json
.
{
"extends": "@workpop/eslint-config-workpop",
"rules": {
// Overrides
}
}