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