eslint-plugin-hl-test

0.0.0 • Public • Published

eslint-plugin-hl-test

test

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-hl-test:

npm install eslint-plugin-hl-test --save-dev

Usage

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

{
    "plugins": [
        "hl-test"
    ]
}

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

{
    "rules": {
        "hl-test/rule-name": 2
    }
}

Supported Rules

  • Fill in provided rules here

/eslint-plugin-hl-test/

    Package Sidebar

    Install

    npm i eslint-plugin-hl-test

    Weekly Downloads

    1

    Version

    0.0.0

    License

    ISC

    Unpacked Size

    4.83 kB

    Total Files

    6

    Last publish

    Collaborators

    • sixian