Skip to content

An ESLint plugin to extract and lint JavaScripts from fest-template files

License

Notifications You must be signed in to change notification settings

UndefinedPie/eslint-plugin-fest

 
 

Repository files navigation

eslint-plugin-fest

Usage

Simply install via npm install --save-dev eslint-plugin-fest and add the plugin to your ESLint configuration. See ESLint documentation.

Example:

{
    "plugins": [
        "eslint-plugin-fest"
    ]
}

Note: by default, when executing the eslint command on a directory, only .js files will be linted. You will have to specify extra extensions with the --ext option. Example: eslint --ext .xml,.js src will lint both .xml and .js files in the src directory. See ESLint documentation.

About

An ESLint plugin to extract and lint JavaScripts from fest-template files

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%