43081j / eslint-plugin-lit

lit-html support for ESLint
116 stars 21 forks source link

feat: new rule no-this-assign-in-render #146

Closed 43081j closed 1 year ago

43081j commented 1 year ago

Fixes #90

@stramel @bennypowers could you both take a look if you get time? and be sure it all makes sense.

this is a very similar rule to no-property-change-update but instead of specifically looking for observed properties, it disallows all this assignments (in the render method too rather than the update method).