File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 5
5
"eslint-plugin-regexp" : " 1.15.0"
6
6
},
7
7
"changesets" : [
8
+ " brown-dragons-dance" ,
8
9
" calm-onions-yell" ,
10
+ " clever-jobs-clap" ,
9
11
" cyan-waves-notice" ,
10
12
" hungry-spoons-mix" ,
11
13
" khaki-colts-tell" ,
Original file line number Diff line number Diff line change 1
1
# eslint-plugin-regexp
2
2
3
+ ## 2.0.0-next.4
4
+
5
+ ### Minor Changes
6
+
7
+ - Add support for v flag to ` regexp/no-non-standard-flag ` rule ([ #596 ] ( https://github.com/ota-meshi/eslint-plugin-regexp/pull/596 ) )
8
+
9
+ - Improve ` regexp/strict ` rule to ignore patterns with v flag ([ #591 ] ( https://github.com/ota-meshi/eslint-plugin-regexp/pull/591 ) )
10
+
3
11
## 2.0.0-next.3
4
12
5
13
### Minor 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.3 " ,
3
+ "version" : " 2.0.0-next.4 " ,
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