Skip to content

Commit bb0be91

Browse files
committed
6.1.0
1 parent 936fc19 commit bb0be91

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/rules/no-regexp-unicode-property-escapes-2023.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: "es-x/no-regexp-unicode-property-escapes-2023"
33
description: "disallow the new values of RegExp Unicode property escape sequences in ES2023"
4+
since: "v6.1.0"
45
---
56

67
# es-x/no-regexp-unicode-property-escapes-2023
78
> disallow the new values of RegExp Unicode property escape sequences in ES2023
89
9-
- ❗ <badge text="This rule has not been released yet." vertical="middle" type="error"> ***This rule has not been released yet.*** </badge>
1010
- ✅ The following configurations enable this rule: `plugin:es-x/no-new-in-esnext`
1111

1212
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.
@@ -32,6 +32,10 @@ const r2 = /\p{Script=Nagm}/u
3232

3333
</eslint-playground>
3434

35+
## 🚀 Version
36+
37+
This rule was introduced in v6.1.0.
38+
3539
## 📚 References
3640

3741
- [Rule source](https://github.com/eslint-community/eslint-plugin-es-x/blob/master/lib/rules/no-regexp-unicode-property-escapes-2023.js)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-es-x",
3-
"version": "6.0.0",
3+
"version": "6.1.0",
44
"description": "ESLint plugin about ECMAScript syntactic features.",
55
"engines": {
66
"node": "^14.18.0 || >=16.0.0"

0 commit comments

Comments
 (0)