0.1.1 • Published 2 years ago

eslint-plugin-udisc v0.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

eslint-plugin-udisc

UDisc's web and remix specific rules

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-udisc:

npm install eslint-plugin-udisc --save-dev

Usage

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

{
    "plugins": [
        "udisc"
    ]
}

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

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

Supported Rules

  • no-multiple-await-form-data