You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "disallow the new values of RegExp Unicode property escape sequences in ES2023"
4
+
since: "v6.1.0"
4
5
---
5
6
6
7
# es-x/no-regexp-unicode-property-escapes-2023
7
8
> disallow the new values of RegExp Unicode property escape sequences in ES2023
8
9
9
-
- ❗ <badgetext="This rule has not been released yet."vertical="middle"type="error"> ***This rule has not been released yet.*** </badge>
10
10
- ✅ The following configurations enable this rule: `plugin:es-x/no-new-in-esnext`
11
11
12
12
This rule reports the new values of ES2018 [RegExp Unicode property escape sequences](https://github.com/tc39/proposal-regexp-unicode-property-escapes#readme) which were added in ES2023.
0 commit comments