valpackett / eslint-plugin-pug

An ESLint plugin for linting inline scripts in Pug files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:The Unlicense


Languages

Language:JavaScript 100.0%