0.3.6 • Published 2 years ago

eslint-plugin-log-comment v0.3.6

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

eslint-plugin-log-comment

检查代码中的埋点代码是否没有注释

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-log-comment:

npm install eslint-plugin-log-comment --save-dev

Usage

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

{
    "plugins": [
        "log-comment"
    ]
}

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

{
    "rules": {
        "log-comment/rule-name": 2
    }
}

Supported Rules

  • Fill in provided rules here
0.3.6

2 years ago

0.3.5

2 years ago

0.3.4

2 years ago

0.3.3

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.9

2 years ago

0.2.8

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.1.0

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago