Skip to content

An ESLint plugin so you can lint Eta template files

License

Notifications You must be signed in to change notification settings

xkguq007/eslint-plugin-eta

 
 

Repository files navigation

eslint-plugin-eta

Travis Coveralls

Lint your embeddable 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"
        }
    ],
    ...
}

About

An ESLint plugin so you can lint Eta template files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%