Skip to content

Commit

Permalink
fix(eslint): mention that CC names are exempt from Sentence case (#7251)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone authored Oct 8, 2024
1 parent 216eee5 commit 0b2342e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@ export const consistentConfigStringCase: JSONCRule.RuleModule = {
schema: false,
messages: {
"must-be-title-case": "{{what}} must be in Title Case",
"must-be-sentence-case": "{{what}} must be in Sentence case",
"must-be-sentence-case":
"{{what}} must be in Sentence case, except for Command Class names",
"change-to-fixed": `Change to "{{fixed}}"`,
"disable-for-all-options":
`Disable for all options of this parameter`,
Expand Down

0 comments on commit 0b2342e

Please sign in to comment.