eslint-plugin-cde-ejs-html

1.0.7 • Public • Published

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"
    ]
}

/eslint-plugin-cde-ejs-html/

    Package Sidebar

    Install

    npm i eslint-plugin-cde-ejs-html

    Weekly Downloads

    2

    Version

    1.0.7

    License

    ISC

    Unpacked Size

    10.6 kB

    Total Files

    6

    Last publish

    Collaborators

    • clubedaentrega