0.1.1 • Published 7 years ago

eslint-plugin-ignore-erb v0.1.1

Weekly downloads
3,111
License
ISC
Repository
github
Last release
7 years ago

eslint-plugin-ignore-erb

Ignore ERB

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-ignore-erb:

$ npm install eslint-plugin-ignore-erb --save-dev

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

Usage

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

{
    "plugins": [
        "ignore-erb"
    ]
}
0.1.1

7 years ago

0.1.0

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago

0.0.0

8 years ago