3.0.1 • Published 6 months ago

eslint-plugin-eta-3 v3.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

eslint-plugin-eta-3

Lint your embeddable Eta v3 templates with ease

Based on eslint-plugin-eta

Installation

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

Usage

Add this to your ESLint config:

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

6 months ago

3.0.0

6 months ago