43081j / eslint-plugin-lit

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

Add rule to disallow usage of `@internalProperty` #89

Closed stramel closed 3 years ago

stramel commented 3 years ago

With Lit v2, @internalProperty has been changed to @state. We should add a rule to disallow using @internalProperty and suggest switching to `@state.

Rule name could be no-legacy-decorators