0.0.2 • Published 2 years ago
eslint-plugin-test-plugin-lucky-pony v0.0.2
eslint-plugin-test-plugin
test description
Installation
You'll first need to install ESLint:
npm i eslint --save-dev
Next, install eslint-plugin-test-plugin
:
npm install eslint-plugin-test-plugin --save-dev
Usage
Add test-plugin
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
{
"plugins": [
"test-plugin"
]
}
Then configure the rules you want to use under the rules section.
{
"rules": {
"test-plugin/rule-name": 2
}
}
Rules
TODO: Run eslint-doc-generator to generate the rules list.