Expected Behavior
- The reference-rules standard is for the
condition to say that found value "is in case value".
- The comments in the possible values follow a standard pattern
Current Behavior
subject-case docs specifies the default value's value in the condition.
subject-case's "possible values" includes
which is an outlier compared to the rest of that code block, which uses the form
'upper-case', // UPPERCASE
Affected packages
Possible Solution
- Change
subject-case's condition 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.
Expected Behavior
conditionto say that found value "is in casevalue".Current Behavior
subject-casedocs specifies the defaultvalue's value in thecondition.subject-case's "possible values" includesAffected packages
Possible Solution
subject-case'sconditionlanguagesubject-case's "possible values" to use// lower caseinstead of// defaultContext
I was modifying my
subject-caseconfig, and needed to see what the possible options were.