eslint-plugin-ooclwmslint
v1.0.1
Published
OOCL WMS Eslint Rule
Downloads
4
Maintainers
Readme
eslint-plugin-ooclwmslint
OOCL WMS Eslint Rule
Installation
You'll first need to install ESLint:
npm i eslint --save-dev
Next, install eslint-plugin-ooclwmslint
:
npm install eslint-plugin-ooclwmslint --save-dev
Usage
Add ooclwmslint
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
{
"plugins": [
"ooclwmslint"
]
}
Then configure the rules you want to use under the rules section.
{
"rules": {
"ooclwmslint/constants-name-standard": 2
}
}
Supported Rules
- Fill in provided rules here