This package provides the following services:
linter-polymer
This plugin for linter provides an interface to polylint. It will lint HTML files
Installation
The Linter package must be installed in order to use this plugin. If it isn't installed, please follow the instructions here.
Plugin installation
$ apm install linter-polymer
Settings
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 save
lintOnFly: true
# Name of the bower directory
bowerDir: 'bower_components'
# Display messages for all imported files
allMessages: false
Contributing
If you would like to contribute enhancements or fixes, please do the following:
- Fork the plugin repository
- Hack on a separate topic branch created from the latest
master
- Commit and push the topic branch
- Make a pull request
- Welcome to the club 😎
Please note that modifications should follow these coding guidelines:
- Indent of 2 spaces
- Code should pass CoffeeLint with the provided
coffeelint.json
- Vertical whitespace helps readability, don't be afraid to use it
Thank you for helping out!