eslint-plugin-udisc

0.1.1 • Public • Published

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

Package Sidebar

Install

npm i eslint-plugin-udisc

Weekly Downloads

71

Version

0.1.1

License

MIT

Unpacked Size

7.79 kB

Total Files

8

Last publish

Collaborators

  • smerchek