1.4.2 • Published 5 years ago

eslint-plugin-heibanfe v1.4.2

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

eslint-plugin-heibanfe

晓信前端 eslint 插件扩展包

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-heibanfe:

$ npm install eslint-plugin-heibanfe --save-dev

Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-heibanfe globally.

Usage

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

{
    "plugins": [
        "heibanfe"
    ]
}

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

{
    "rules": {
        "heibanfe/rule-name": "error"
    }
}

Supported Rules

  • no-static-method
  • no-fuzzy-setTimeout
  • max-data-attribute
  • max-props-attribute
  • same-filename-componentName
1.4.2

5 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.4

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago