Skip to content

Commit b65f644

Browse files
committed
1.12.0
1 parent 1736113 commit b65f644

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

docs/rules/no-misleading-capturing-group.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ pageClass: "rule-details"
33
sidebarDepth: 0
44
title: "regexp/no-misleading-capturing-group"
55
description: "disallow capturing groups that do not behave as one would expect"
6+
since: "v1.12.0"
67
---
78
# regexp/no-misleading-capturing-group
89

@@ -65,7 +66,7 @@ var foo = /^(a*).+/
6566

6667
## :rocket: Version
6768

68-
:exclamation: <badge text="This rule has not been released yet." vertical="middle" type="error"> ***This rule has not been released yet.*** </badge>
69+
This rule was introduced in eslint-plugin-regexp v1.12.0
6970

7071
## :mag: Implementation
7172

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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-regexp",
3-
"version": "1.11.0",
3+
"version": "1.12.0",
44
"description": "ESLint plugin for finding RegExp mistakes and RegExp style guide violations.",
55
"engines": {
66
"node": "^12 || >=14"

0 commit comments

Comments
 (0)