1.1.0 • Published 6 years ago
eslint-plugin-daka-request v1.1.0
eslint-plugin-daka-request
打卡助手的request eslint 插件
Installation
You'll first need to install ESLint:
$ npm i eslint --save-devNext, install eslint-plugin-daka-request:
$ npm install eslint-plugin-daka-request --save-devNote: 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"
]
}