runem / lit-analyzer

Monorepository for tools that analyze lit-html templates
MIT License
318 stars 36 forks source link

Incorrect warning: Unknown attribute '________________________'. when using directives in lit 2.0 #193

Open LasseRosenow opened 3 years ago

LasseRosenow commented 3 years ago

I am using lit 2.0, which allows me do so something like this: image

But I get a warning from this plugin even though the code is correct:

Unknown attribute '________________________________'.
  This is a built in tag. Please consider using a 'data-*' attribute, adding the attribute to 'globalAttributes' or disabling the 'no-unknown-attribute' rule.lit-plugin(no-unknown-attribute)(2318)