eslint-plugin-scrmlint

1.0.8 • Public • Published

eslint-plugin-scrmlint

scrmlint

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-scrmlint:

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

Usage

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

{
    "plugins": [
        "scrmlint"
    ]
}

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

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

Supported Rules

  • Fill in provided rules here

Package Sidebar

Install

npm i eslint-plugin-scrmlint

Weekly Downloads

1

Version

1.0.8

License

ISC

Unpacked Size

6.12 kB

Total Files

6

Last publish

Collaborators

  • yxc945ya