Skip to content

sleede/eslint-plugin-lint-erb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

eslint-plugin-lint-erb

Allow eslinting, erb files.

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, add the following to your package.json

"eslint-plugin-lint-erb": "https://github.com/sleede/eslint-plugin-lint-erb"

Finally, run yarn to install the package

Usage

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

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

About

Lint *.js.erb files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%