1.0.5 • Published 4 years ago

eslint-plugin-awesome-lint v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

eslint-plugin-awesome-lint

自定义一些 eslint 规则

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-awesome-lint:

npm install eslint-plugin-awesome-lint --save-dev

Usage

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

{
  "plugins": ["awesome-lint"]
}

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

{
  "rules": {
    "awesome-lint/rule-name": 2
  }
}

Supported Rules

  • Fill in provided rules here
1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.0

4 years ago