1.0.5 • Published 4 years ago
eslint-plugin-ruleformethed v1.0.5
eslint-plugin-ruleforcode
rule for code
Installation
You'll first need to install ESLint:
npm i eslint --save-devNext, install eslint-plugin-ruleforcode:
npm install eslint-plugin-ruleforcode --save-devUsage
Add ruleforcode to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": [
"ruleforcode"
]
}