1.0.7 • Published 6 years ago

eslint-plugin-cde-ejs-html v1.0.7

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

eslint-plugin-ejs-html

A plugin that allows lint the JS inside EJS tags

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-ejs-html:

$ npm install eslint-plugin-ejs-html --save-dev

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

Usage

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

{
    "plugins": [
        "ejs-html"
    ]
}
1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago