0.0.4 • Published 4 years ago
eslint-plugin-checkmp v0.0.4
eslint-plugin-checkmp
check wx mp
Installation
You'll first need to install ESLint:
$ npm i eslint --save-devNext, install eslint-plugin-checkmp:
$ npm install eslint-plugin-checkmp --save-devUsage
Add checkmp to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": [
"checkmp"
]
}