1.0.5 • Published 3 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-dev
Next, install eslint-plugin-ruleforcode
:
npm install eslint-plugin-ruleforcode --save-dev
Usage
Add ruleforcode
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
{
"plugins": [
"ruleforcode"
]
}