0.0.14 • Published 3 years ago
eslint-plugin-maxpow1776-custom v0.0.14
eslint-plugin-maxpow1776-custom
plugin for news-portal
Installation
You'll first need to install ESLint:
npm i eslint --save-devNext, install eslint-plugin-maxpow1776-custom:
npm install eslint-plugin-maxpow1776-custom --save-devUsage
Add maxpow1776-custom to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": [
"maxpow1776-custom"
]
}Then configure the rules you want to use under the rules section.
{
"rules": {
"maxpow1776-custom/rule-name": 2
}
}Rules
TODO: Run eslint-doc-generator to generate the rules list.