0.0.2 • Published 12 months ago
eslint-plugin-webgeny-plugin-v5 v0.0.2
eslint-plugin-webgeny-plugin-v5
plugin for production project
Installation
You'll first need to install ESLint:
npm i eslint --save-dev
Next, install eslint-plugin-webgeny-plugin-v5
:
npm install eslint-plugin-webgeny-plugin-v5 --save-dev
Usage
Add webgeny-plugin-v5
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
{
"plugins": [
"webgeny-plugin-v5"
]
}
Then configure the rules you want to use under the rules section.
{
"rules": {
"webgeny-plugin-v5/rule-name": 2
}
}
Supported Rules
- Fill in provided rules here