0.0.1 • Published 5 years ago
eslint-plugin-my-custom-plugin v0.0.1
eslint-plugin-my-custom-plugin
does something useful
Installation
You'll first need to install ESLint:
$ npm i eslint --save-devNext, install eslint-plugin-my-custom-plugin:
$ npm install eslint-plugin-my-custom-plugin --save-devUsage
Add my-custom-plugin to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": [
"my-custom-plugin"
]
}