File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 10
10
" clever-jobs-clap" ,
11
11
" curvy-shoes-kiss" ,
12
12
" cyan-waves-notice" ,
13
+ " early-guests-hug" ,
13
14
" heavy-rings-reply" ,
14
15
" hungry-spoons-mix" ,
15
16
" khaki-colts-tell" ,
17
+ " large-dingos-allow" ,
16
18
" loud-flowers-search" ,
17
19
" lovely-brooms-explode" ,
20
+ " neat-rats-sneeze" ,
18
21
" short-dingos-dance" ,
19
22
" six-squids-look" ,
20
23
" small-doors-lie" ,
Original file line number Diff line number Diff line change 1
1
# eslint-plugin-regexp
2
2
3
+ ## 2.0.0-next.6
4
+
5
+ ### Minor Changes
6
+
7
+ - Add support for v flag to ` regexp/prefer-unicode-codepoint-escapes ` rule ([ #592 ] ( https://github.com/ota-meshi/eslint-plugin-regexp/pull/592 ) )
8
+
9
+ - Add support for v flag to ` regexp/unicode-escape ` rule ([ #592 ] ( https://github.com/ota-meshi/eslint-plugin-regexp/pull/592 ) )
10
+
11
+ ### Patch Changes
12
+
13
+ - Add support for ` v ` flag to ` regexp/no-contradiction-with-assertion ` ([ #606 ] ( https://github.com/ota-meshi/eslint-plugin-regexp/pull/606 ) )
14
+
3
15
## 2.0.0-next.5
4
16
5
17
### 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.5 " ,
3
+ "version" : " 2.0.0-next.6 " ,
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