File tree Expand file tree Collapse file tree 3 files changed +23
-1
lines changed Expand file tree Collapse file tree 3 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 8
8
" brown-dragons-dance" ,
9
9
" calm-onions-yell" ,
10
10
" clever-jobs-clap" ,
11
+ " curvy-shoes-kiss" ,
11
12
" cyan-waves-notice" ,
13
+ " heavy-rings-reply" ,
12
14
" hungry-spoons-mix" ,
13
15
" khaki-colts-tell" ,
16
+ " loud-flowers-search" ,
14
17
" lovely-brooms-explode" ,
15
18
" short-dingos-dance" ,
19
+ " six-squids-look" ,
16
20
" small-doors-lie" ,
21
+ " smart-chefs-poke" ,
22
+ " tasty-penguins-cheat" ,
17
23
" thin-ears-relax" ,
18
24
" warm-ladybugs-wonder" ,
19
25
" wicked-rules-rhyme"
Original file line number Diff line number Diff line change 1
1
# eslint-plugin-regexp
2
2
3
+ ## 2.0.0-next.5
4
+
5
+ ### Minor Changes
6
+
7
+ - Add support for v flag to ` regexp/prefer-d ` rule ([ #602 ] ( https://github.com/ota-meshi/eslint-plugin-regexp/pull/602 ) )
8
+
9
+ - Add support for v flag to ` regexp/negation ` rule ([ #560 ] ( https://github.com/ota-meshi/eslint-plugin-regexp/pull/560 ) )
10
+
11
+ - Improve ` regexp/require-unicode-regexp ` rule to allow patterns with v flag ([ #586 ] ( https://github.com/ota-meshi/eslint-plugin-regexp/pull/586 ) )
12
+
13
+ - Add support for v flag to ` regexp/no-useless-escape ` rule ([ #585 ] ( https://github.com/ota-meshi/eslint-plugin-regexp/pull/585 ) )
14
+
15
+ - Add support for v flag to ` regexp/no-misleading-unicode-character ` rule ([ #584 ] ( https://github.com/ota-meshi/eslint-plugin-regexp/pull/584 ) )
16
+
17
+ - ` prefer-w ` : Add support for ` v ` flag ([ #578 ] ( https://github.com/ota-meshi/eslint-plugin-regexp/pull/578 ) )
18
+
3
19
## 2.0.0-next.4
4
20
5
21
### 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.4 " ,
3
+ "version" : " 2.0.0-next.5 " ,
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