lit
lit copied to clipboard
[eslint-plugin] Add option to enable casedAttribute but not casedPropertyWithoutAttribute
Should this be an RFC?
- [X] This is not a substantial change
Which package is this a feature request for?
Other/unknown (please mention in description)
Description
In https://github.com/lit/lit/pull/4516 we're adding a lint rule around attribute names and property names. I think many users, including google's internal codebase, will want the casedAttribute warning but not the casedPropertyWithoutAttribute warning.
Alternatives and Workarounds
Leave the lint rule disabled entirely for now.