2.3.6 • Published 6 years ago

eslint-plugin-envoy v2.3.6

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

eslint-plugin-envoy

lint envoy component

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-envoy:

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

Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-envoy globally.

Usage

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

{
    "plugins": [
        "envoy"
    ]
}

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

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

Supported Rules

  • Fill in provided rules here
2.3.6

6 years ago

2.3.5

6 years ago

2.3.4

6 years ago

2.3.3

6 years ago

1.0.70

7 years ago

1.0.63

7 years ago

1.0.62

7 years ago

1.0.59

7 years ago

1.0.50

7 years ago

1.0.48

7 years ago

1.0.44

7 years ago

1.0.43

7 years ago