Closed evangalen closed 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:
eslint .
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.
Whereas the 0.5.0 version is indeed installed by NPM:
should be fixed by 0.6.0.
let me know if all goes well
Thanks! Bumped to 0.6.0 and now the"no-value-attribute" indeed works.
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:When looking at ./node_modules/eslint-plugin-lit/lib/rules it turns out that the rule is not included.
Whereas the 0.5.0 version is indeed installed by NPM: