eslint-plugin-udisc

0.2.0 • 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

/eslint-plugin-udisc/

    Package Sidebar

    Install

    npm i eslint-plugin-udisc

    Weekly Downloads

    154

    Version

    0.2.0

    License

    MIT

    Unpacked Size

    10.5 kB

    Total Files

    10

    Last publish

    Collaborators

    • smerchek