googlearchive / polylint

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

Linter doesn't recognize Behaviors defined using PolymerLabs/IMD #137

Open BrendanDavies opened 8 years ago

BrendanDavies commented 8 years ago

Receiving "Behavior * not found when mixing properties into *!" for behaviors defined and imported using IMD (https://github.com/PolymerLabs/IMD). This is also causing any inherited properties to error with "Property % bound to attribute % not found in 'properties' for element %".

Note: I am using /* @polymerBehavior / on my behavior definitions as well.