This package has been deprecated

Author message:

jade is now pug, please use eslint-plugin-pug

eslint-plugin-jade

0.1.2 • Public • Published

eslint-plugin-jade npm version npm downloads Build Status Dependency Status Unlicense

An ESLint plugin for linting inline scripts in Jade 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-jade

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

{
  "plugins": [
    "jade"
  ]
}

Contributing

Please feel free to submit pull requests! Bugfixes and simple non-breaking improvements will be accepted without any questions :-)

By participating in this project you agree to follow the Contributor Code of Conduct.

License

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

Package Sidebar

Install

npm i eslint-plugin-jade

Weekly Downloads

10

Version

0.1.2

License

Unlicense

Last publish

Collaborators

  • valpackett