0.0.3 • Published 4 years ago

eslint-plugin-hardlight v0.0.3

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

eslint-plugin-hardlight

Sort imports

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-hardlight:

$ npm install eslint-plugin-hardlight --save-dev

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

Usage

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

{
    "plugins": [
        "hardlight"
    ]
}

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

{
    "rules": {
        "hardlight/rule-name": 2
    }
}

Supported Rules

  • Fill in provided rules here