Closed
Description
Similar to #2239.
I'd like to be able to do something similar to this, i.e.:
// require all global constants to be camelCase or UPPER_CASE
// all other variables and functions still need to be camelCase
{"selector": "variable", "modifiers": ["global", "const"], "format": ["camelCase", "UPPER_CASE"]}