File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 13
13
" short-dingos-dance" ,
14
14
" small-doors-lie" ,
15
15
" thin-ears-relax" ,
16
+ " warm-ladybugs-wonder" ,
16
17
" wicked-rules-rhyme"
17
18
]
18
19
}
Original file line number Diff line number Diff line change 1
1
# eslint-plugin-regexp
2
2
3
+ ## 2.0.0-next.3
4
+
5
+ ### Minor Changes
6
+
7
+ - Improve ` regexp/no-invalid-regexp ` rule to check for unknown pattern flags. ([ #583 ] ( https://github.com/ota-meshi/eslint-plugin-regexp/pull/583 ) )
8
+
3
9
## 2.0.0-next.2
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-regexp" ,
3
- "version" : " 2.0.0-next.2 " ,
3
+ "version" : " 2.0.0-next.3 " ,
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