This plugin for linter provides an interface to polylint. It will lint HTML files
The Linter package must be installed in order to use this plugin. If it isn't installed, please follow the instructions here.
$ apm install linter-polymer
You can configure linter-polymer by editing ~/.atom/config.cson
(choose Open Your Config in Atom menu):
'linter-polymer':# Lint files while typing, without the need to savelintOnFly: true# Name of the bower directorybowerDir: 'bower_components'# Display messages for all imported filesallMessages: false
If you would like to contribute enhancements or fixes, please do the following:
master
Please note that modifications should follow these coding guidelines:
coffeelint.json
Thank you for helping out!
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.