0.1.2 • Published 4 years ago

eslint-plugin-xhlint v0.1.2

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

eslint-plugin-xhlint

星航定制eslint rule 适用项目Vue+js 根据方法名及入参自动补充星航规范注释模板

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-xhlint:

npm install eslint-plugin-xhlint --save-dev

Usage

Add plugin:xhlint/recommended to the plugins section of your .eslintrc configuration file.

{
    "extends": ["standard", "plugin:vue/recommended", "plugin:xhlint/recommended"]
}

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

{
    "rules": {
        "multiline-comment-style": ["error", "starred-block"]
    }
}

Supported Rules

  • Fill in provided rules here
0.1.2

4 years ago

0.1.1

4 years ago

0.0.51

4 years ago

0.0.52

4 years ago

0.0.53

4 years ago

0.0.45

4 years ago

0.0.46

4 years ago

0.0.47

4 years ago

0.0.71

4 years ago

0.1.0

4 years ago

0.0.48

4 years ago

0.0.8

4 years ago

0.0.49

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago

0.0.0

4 years ago