eslint-plugin-demopluginone
v0.0.1
Published
demo
Downloads
6
Maintainers
Readme
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