eslint-plugin-eta

0.1.0 • Public • Published

eslint-plugin-eta

Lint your Eta templates with ease

Installation

Run npm install --save-dev eslint-plugin-eta to install this ESLint plugin.

Usage

Add this to your ESLint config:

module.exports = {
    ...
    plugins: [
        "eta"
    ],
    overrides: [
        {
            files: ["*.eta"],
            processor: "eta/eta"
        }
    ],
    ...
}

Dependents (0)

Package Sidebar

Install

npm i eslint-plugin-eta

Weekly Downloads

31

Version

0.1.0

License

MIT

Unpacked Size

2.83 kB

Total Files

6

Last publish

Collaborators

  • shadowtime2000