googlearchive / polylint

Lint polymer!
BSD 3-Clause "New" or "Revised" License
116 stars 19 forks source link

Document tags polylint relies on #134

Open NicolasRannou opened 8 years ago

NicolasRannou commented 8 years ago

There is no documentation that specifies which tags polylint relies on for parsing.

For instance, Behaviors need a special tag to be linted properly:

/** @polymerBehavior Polymer.PaperButtonBehavior */

https://github.com/PolymerElements/paper-behaviors/blob/master/paper-button-behavior.html#L16

Is the README a good place for that or should it be a different document?