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