polylint
v2.10.4
Published
Keeps your Polymer Elements clean and functional!
Downloads
487
Maintainers
Keywords
Readme
Polylint
Catch errors in your polymer project before even running your code.
Installation
polylint is available via npm. Just run npm install -g polylint
from a terminal and you're ready to go.
Installing the Atom Package
Polylint provides a package for the Atom editor for in-line code linting. To install:
- Install the linter package with
apm install linter
or through Atom's package installer interface - Install the polymer-atom package through
apm install polymer-atom
or through Atom's package installer. - Lint!
Installing the Sublime Plugin
There is currently a Sublime plugin that leverages Polylint available at https://github.com/nomego/SublimeLinter-contrib-polylint
Usage
If you want to lint a project in my-project-dir
with two endpoints, index.html
and cart.html
, you could run:
polylint --root my-project-dir/ --input index.html cart.html
For complete usage instructions, run:
polylint --help
Contributing
Polymer :heart: contributions! Please see the Contributing Guide for general Polymer project contribution guidelines.