0.1.2 • Published 9 years ago

eslint-plugin-jade v0.1.2

Weekly downloads
4
License
Unlicense
Repository
github
Last release
9 years ago

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.