0.2.2 • Published 5 years ago

eslint-plugin-ignore-erb-mogix v0.2.2

Weekly downloads
51
License
ISC
Repository
github
Last release
5 years ago

eslint-plugin-ignore-erb-mogix

Ignore ERB

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-ignore-erb-mogix:

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

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

Usage

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

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