1.0.1 • Published 5 years ago
@wffranco/eslint-config v1.0.1
eslint-config
eslint recommended rules
Installation
You'll first need to install ESLint:
$ npm i eslint --save-devNext, install eslint-config:
$ npm install @wffranco/eslint-config --save-devUsage
Add eslint-config to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin prefix:
{
"extends": [
"@wffranco/eslint-config"
]
}Supported Rules
- Fill in provided rules here