googlearchive / polylint

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

Detect undefined/unimported style modules #143

Open MaKleSoft opened 8 years ago

MaKleSoft commented 8 years ago

If a style tag includes a style module, polylint should check if the corresponding module was correctly imported:

<style include="my-style-module"></style>

I believe polymer reports this during runtime, but it would also be helpful to have polylint report this as well.