Reports inconsistent Unicode property names in regular expressions.
✅ This rule is included in the ts stylistic presets.
Unicode properties may be expressed in several different ways.
Including the fully-written out category prefix is a more verbose way that is not necessary.
This rule detects inconsistent Unicode property names in regular expressions and suggests more idiomatic forms for:
Unnecessary gc= / General_Category= prefix: unicode general category properties can be used without the prefix.
Long script names: short script aliases like Grek should use the full name Greek for readability.
If your project has a style guide that prefers explicit gc= prefixes or short script names for consistency with other documentation, you might want to disable this rule.