eslint-plugin-daka-request
v1.1.0
Published
打卡助手的request eslint 插件
Downloads
8
Maintainers
Readme
eslint-plugin-daka-request
打卡助手的request eslint 插件
Installation
You'll first need to install ESLint:
$ npm i eslint --save-dev
Next, install eslint-plugin-daka-request
:
$ npm install eslint-plugin-daka-request --save-dev
Note: If you installed ESLint globally (using the -g
flag) then you must also install eslint-plugin-daka-request
globally.
Usage
Add daka-request
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
{
"plugins": [
"daka-request"
]
}