eslint-plugin-xhlint

0.1.2 • Public • Published

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.1.22latest

Version History

VersionDownloads (Last 7 Days)Published
0.1.22
0.1.11
0.1.01
0.0.81
0.0.710
0.0.71
0.0.61
0.0.530
0.0.520
0.0.510
0.0.51
0.0.490
0.0.480
0.0.470
0.0.460
0.0.450
0.0.41
0.0.31
0.0.21
0.0.11
0.0.01

Package Sidebar

Install

npm i eslint-plugin-xhlint

Weekly Downloads

13

Version

0.1.2

License

ISC

Unpacked Size

9.59 kB

Total Files

10

Last publish

Collaborators

  • z-y