0.0.4 • Published 3 years ago

eslint-plugin-checkmp v0.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

eslint-plugin-checkmp

check wx mp

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-checkmp:

$ npm install eslint-plugin-checkmp --save-dev

Usage

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

{
    "plugins": [
        "checkmp"
    ]
}