Description
Expected Behavior
- The reference-rules standard is for the
condition
to say that found value "is in casevalue
". - The comments in the possible values follow a standard pattern
Current Behavior
subject-case
docs specifies the defaultvalue
's value in thecondition
.subject-case
's "possible values" includeswhich is an outlier compared to the rest of that code block, which uses the form'lower-case', // default
'upper-case', // UPPERCASE
Affected packages
- cli
- core
- prompt
- config-angular
Possible Solution
- Change
subject-case
'scondition
language - Change
subject-case
's "possible values" to use// lower case
instead of// default
Context
I was modifying my subject-case
config, and needed to see what the possible options were.