1.1.0 • Published 6 years ago

eslint-plugin-daka-request v1.1.0

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

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"
    ]
}