File tree Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 22
22
" early-islands-press2" ,
23
23
" friendly-walls-reply" ,
24
24
" gold-baboons-clap" ,
25
+ " green-bananas-tie" ,
25
26
" green-peaches-explode" ,
26
27
" heavy-rings-reply" ,
27
28
" hungry-eels-check" ,
34
35
" lovely-brooms-explode" ,
35
36
" neat-rats-sneeze" ,
36
37
" nervous-yaks-destroy" ,
38
+ " purple-suns-carry" ,
37
39
" rare-spiders-drop" ,
38
40
" rich-ways-exercise" ,
39
41
" short-dingos-dance" ,
Original file line number Diff line number Diff line change 1
1
# eslint-plugin-regexp
2
2
3
+ ## 2.0.0-next.12
4
+
5
+ ### Major Changes
6
+
7
+ - Add ` regexp/no-useless-string-literal ` rule ([ #639 ] ( https://github.com/ota-meshi/eslint-plugin-regexp/pull/639 ) )
8
+
9
+ ### Minor Changes
10
+
11
+ - Add support for v flag to ` regexp/no-empty-character-class ` ([ #637 ] ( https://github.com/ota-meshi/eslint-plugin-regexp/pull/637 ) )
12
+
3
13
## 2.0.0-next.11
4
14
5
15
### Major Changes
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ pageClass: "rule-details"
3
3
sidebarDepth : 0
4
4
title : " regexp/no-useless-string-literal"
5
5
description : " disallow string disjunction of single characters in `\\ q{...}`"
6
+ since : " v2.0.0-next.12"
6
7
---
7
8
# regexp/no-useless-string-literal
8
9
@@ -49,7 +50,7 @@ Nothing.
49
50
50
51
## :rocket : Version
51
52
52
- : exclamation : < badge text = " This rule has not been released yet. " vertical = " middle " type = " error " > *** This rule has not been released yet. *** </ badge >
53
+ This rule was introduced in eslint-plugin-regexp v2.0.0-next.12
53
54
54
55
## :mag : Implementation
55
56
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-regexp" ,
3
- "version" : " 2.0.0-next.11 " ,
3
+ "version" : " 2.0.0-next.12 " ,
4
4
"description" : " ESLint plugin for finding RegExp mistakes and RegExp style guide violations." ,
5
5
"engines" : {
6
6
"node" : " ^18 || >=20"
You can’t perform that action at this time.
0 commit comments