2.8.3 • Published 3 years ago

eslint-plugin-bypass-prerender v2.8.3

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

eslint-plugin-bypass-prerender

prerender bypass

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-bypass-prerender:

$ npm install eslint-plugin-bypass-prerender --save-dev

Usage

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

{
    "plugins": [
        "bypass-prerender"
    ]
}

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

{
    "rules": {
        "bypass-prerender/rule-name": 2
    }
}

Supported Rules

  • Fill in provided rules here
2.8.3

3 years ago

2.8.2

3 years ago

2.8.1

3 years ago

2.8.0

3 years ago

2.7.6

3 years ago

2.7.5

3 years ago

2.7.0

3 years ago

2.6.0

3 years ago

2.5.0

3 years ago

2.0.0

3 years ago

1.0.0

3 years ago

0.0.0

3 years ago