linter-polymer

Linter plugin for Polymer elements, using polylint

opus1269

1,817

6

Bug Reports

0.0.3

MIT

GitHub

This package provides the following services:

linter-polymer

Plugin installs! Package version!

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:

  1. Fork the plugin repository
  2. Hack on a separate topic branch created from the latest master
  3. Commit and push the topic branch
  4. Make a pull request
  5. Welcome to the club 😎

Please note that modifications should follow these coding guidelines:

Thank you for helping out!