Skip to content

valpackett/eslint-plugin-pug

Repository files navigation

npm version npm downloads Build Status Unlicense

eslint-plugin-pug

An ESLint plugin for linting inline scripts in Pug files!

Only extracts script tags with no type or text/javascript type.

See also: eslint-plugin-html.

Installation

Install with npm, obviously:

npm install --save-dev eslint eslint-plugin-pug

And add to your ESLint configuration -- .eslintrc or eslintConfig in package.json:

{
  "plugins": [
    "pug"
  ]
}

Contributing

Please feel free to submit pull requests!

By participating in this project you agree to follow the Contributor Code of Conduct and to release your contributions under the Unlicense.

License

This is free and unencumbered software released into the public domain.
For more information, please refer to the UNLICENSE file or unlicense.org.

About

An ESLint plugin for linting inline scripts in Pug files

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •