@zmingyang/eslint-config-jslint
v0.0.2
Published
test eslint plugin
Maintainers
Readme
eslint-plugin-com-ym-www
test eslint plugin
Installation
You'll first need to install ESLint:
npm i eslint --save-devNext, install eslint-plugin-com-ym-www:
npm install eslint-plugin-com-ym-www --save-devUsage
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
