43081j / eslint-plugin-lit

lit-html support for ESLint
120 stars 22 forks source link

The rule "no-value-attribute" not included in released version 0.5.0 of NPM package #29

Closed evangalen closed 5 years ago

evangalen commented 5 years ago

In the released version 0.5.0 of NPM package the "no-value-attribute" rules is not included.

When running eslint . on my project, I get the following errors:

  1:1  error  Definition for rule 'lit/no-value-attribute' was not found  lit/no-value-attribute

When looking at ./node_modules/eslint-plugin-lit/lib/rules it turns out that the rule is not included.

image

Whereas the 0.5.0 version is indeed installed by NPM:

image

43081j commented 5 years ago

should be fixed by 0.6.0.

let me know if all goes well

evangalen commented 5 years ago

Thanks! Bumped to 0.6.0 and now the"no-value-attribute" indeed works.