eslint-plugin-ep
v1.0.4
Published
epayment
Downloads
7
Maintainers
Readme
eslint-plugin-ep
epayment
Installation
You'll first need to install ESLint:
npm i eslint --save-dev
Next, install eslint-plugin-ep
:
npm install eslint-plugin-ep --save-dev
Usage
Add ep
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
{
"plugins": [
"ep"
]
}
Then configure the rules you want to use under the rules section.
{
"rules": {
"ep/rule-name": 2
}
}
Rules
TODO: Run eslint-doc-generator to generate the rules list.