1.0.1 • Published 3 years ago
eslint-plugin-ooclwmslint v1.0.1
eslint-plugin-ooclwmslint
OOCL WMS Eslint Rule
Installation
You'll first need to install ESLint:
npm i eslint --save-devNext, install eslint-plugin-ooclwmslint:
npm install eslint-plugin-ooclwmslint --save-devUsage
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