0.0.1 • Published 4 years agoCLI
eslint-plugin-lodashs
Licence
ISC
Version
0.0.1
Deps
2
Size
11 kB
Vulns
0
Weekly
0
eslint-plugin-lodashs
eslint-plugin-lodashs
Installation
You'll first need to install ESLint:
$ npm i eslint --save-dev
Next, install eslint-plugin-lodashs:
$ npm install eslint-plugin-lodashs --save-dev
Usage
Add lodashs to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": [
"lodashs"
]
}
Then configure the rules you want to use under the rules section.
{
"rules": {
"lodashs/rule-name": 2
}
}
Supported Rules
- Fill in provided rules here