0.2.2 • Published 2 years ago

eslint-plugin-ltfe v0.2.2

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

eslint-plugin-ltfe

eslint插件demo

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-ltfe:

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

Usage

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

{
    "plugins": [
        "ltfe"
    ]
}

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

{
    "rules": {
        "ltfe/rule-name": 2
    }
}

Supported Rules

  • Fill in provided rules here
0.2.1

2 years ago

0.2.0

2 years ago

0.2.2

2 years ago

0.1.7

3 years ago

0.1.4

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago