0.0.1 • Published 4 years ago

eslint-plugin-my-custom-plugin v0.0.1

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

eslint-plugin-my-custom-plugin

does something useful

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-my-custom-plugin:

$ npm install eslint-plugin-my-custom-plugin --save-dev

Usage

Add my-custom-plugin to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "my-custom-plugin"
    ]
}