eslint-plugin-func-block-comments

1.0.0 • Public • Published

eslint-plugin-func-block-comments

function block comments in javascript

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-func-block-comments:

$ npm install eslint-plugin-func-block-comments --save-dev

Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-func-block-comments globally.

Usage

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

{
    "plugins": [
        "func-block-comments"
    ]
}

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

{
    "rules": {
        "func-block-comments/rule-name": 2
    }
}

Supported Rules

  • Fill in provided rules here

Readme

Keywords

Package Sidebar

Install

npm i eslint-plugin-func-block-comments

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

4.88 kB

Total Files

5

Last publish

Collaborators

  • wangdongsheng1993