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