0.0.6 • Published 4 years ago

eslint-plugin-disablesize v0.0.6

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

eslint-plugin-disablesize

disable size

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-disablesize:

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

Usage

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

{
    "plugins": [
        "disablesize"
    ]
}

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

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

Supported Rules

  • Fill in provided rules here
0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago