eslint-plugin-disablesize

0.0.6 • Public • Published

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

Package Sidebar

Install

npm i eslint-plugin-disablesize

Weekly Downloads

1

Version

0.0.6

License

ISC

Unpacked Size

7.71 kB

Total Files

7

Last publish

Collaborators

  • modeest