eslint-plugin-myself
v1.0.0
Published
lint eslint-plugin itself
Maintainers
Readme
eslint-plugin-myself
lint eslint-plugin itself
Installation
You'll first need to install ESLint:
$ npm i eslint --save-devNext, install eslint-plugin-myself:
$ npm install eslint-plugin-myself --save-devNote: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-myself globally.
Usage
Add myself to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": [
"myself"
]
}