@alauda/eslint-plugin

0.0.1 • Public • Published

eslint-plugin-params-in-fetcher

Use all params to avoid missing injection param,e.g,continueToken,limit

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-params-in-fetcher:

npm install eslint-plugin-params-in-fetcher --save-dev

Usage

Add params-in-fetcher to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "params-in-fetcher"
    ]
}

Then configure the rules you want to use under the rules section.

{
    "rules": {
        "params-in-fetcher/rule-name": 2
    }
}

Rules

TODO: Run eslint-doc-generator to generate the rules list.

Package Sidebar

Install

npm i @alauda/eslint-plugin

Weekly Downloads

1

Version

0.0.1

License

ISC

Unpacked Size

4.68 kB

Total Files

10

Last publish

Collaborators

  • yangxiaolang
  • kkxiao
  • ancientrs
  • tzfeng
  • edisonqtx
  • jounqin
  • frozenwings
  • alaudafrontend
  • shuxun.yin
  • zangguodong
  • zchange