Skip to content

Ratismal/eslint-plugin-process-erb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-plugin-process-erb

Pre-processes .ERB files for eslint.

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-process-erb:

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

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

Usage

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

{
    "plugins": [
        "process-erb"
    ]
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published