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