eslint-plugin-daka-request

打卡助手的request eslint 插件

Usage no npm install needed!

<script type="module">
  import eslintPluginDakaRequest from 'https://cdn.skypack.dev/eslint-plugin-daka-request';
</script>

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