googlearchive / polylint

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

Usage of polymer importHref make polylint fail #155

Open ThilinaTCH opened 7 years ago

ThilinaTCH commented 7 years ago

We are using importHref to import the custom-elements on demand. So we don't have them imported statically which makes polylint fail with <dynmic-load-element> is undefined

Also is there a way in polylint to ignore a rule or single recurrence so then we can ignore such errors?