Skip to content

opus1269/linter-polymer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

  • 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!