lit icon indicating copy to clipboard operation
lit copied to clipboard

[eslint-plugin] Add option to enable casedAttribute but not casedPropertyWithoutAttribute

Open rictic opened this issue 1 year ago • 0 comments

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.

rictic avatar Jan 25 '24 18:01 rictic