@zmingyang/eslint-config-jslint
v0.0.2
Published
test eslint plugin
Downloads
3
Maintainers
Readme
eslint-plugin-com-ym-www
test eslint plugin
Installation
You'll first need to install ESLint:
npm i eslint --save-dev
Next, install eslint-plugin-com-ym-www
:
npm install eslint-plugin-com-ym-www --save-dev
Usage
Add com-ym-www
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
{
"plugins": [
"com-ym-www"
]
}
Then configure the rules you want to use under the rules section.
{
"rules": {
"com-ym-www/rule-name": 2
}
}
Supported Rules
- Fill in provided rules here