Skip to content

Commit a873f9f

Browse files
committed
1.0.0
1 parent e1dec1e commit a873f9f

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

docs/rules/no-invalid-regexp.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ pageClass: "rule-details"
33
sidebarDepth: 0
44
title: "regexp/no-invalid-regexp"
55
description: "disallow invalid regular expression strings in `RegExp` constructors"
6+
since: "v1.0.0"
67
---
78
# regexp/no-invalid-regexp
89

910
> disallow invalid regular expression strings in `RegExp` constructors
1011
11-
- :exclamation: <badge text="This rule has not been released yet." vertical="middle" type="error"> ***This rule has not been released yet.*** </badge>
1212
- :gear: This rule is included in `"plugin:regexp/recommended"`.
1313

1414
## :book: Rule Details
@@ -59,6 +59,10 @@ Nothing.
5959

6060
[no-invalid-regexp]: https://eslint.org/docs/rules/no-invalid-regexp
6161

62+
## :rocket: Version
63+
64+
This rule was introduced in eslint-plugin-regexp v1.0.0
65+
6266
## :mag: Implementation
6367

6468
- [Rule source](https://github.com/ota-meshi/eslint-plugin-regexp/blob/master/lib/rules/no-invalid-regexp.ts)

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "0.13.1",
3+
"version": "1.0.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)