dareharu/shareable-configs

Allow `StrictPascalCase` format that matches global constants variables

Sayakie opened this issue · 0 comments

variable selectors like let, const, and even var in the top-level scope should be allow "StrictPascalCase" format that match modifiers: global and const and should be disallow "strictCamelCase" format.