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 14
14
" early-guests-hug" ,
15
15
" friendly-walls-reply" ,
16
16
" gold-baboons-clap" ,
17
+ " green-peaches-explode" ,
17
18
" heavy-rings-reply" ,
18
19
" hungry-spoons-mix" ,
19
20
" 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.8
4
+
5
+ ### Minor Changes
6
+
7
+ - Add support for v flag to ` regexp/sort-character-class-elements ` rule ([ #588 ] ( https://github.com/ota-meshi/eslint-plugin-regexp/pull/588 ) )
8
+
3
9
## 2.0.0-next.7
4
10
5
11
### 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.7 " ,
3
+ "version" : " 2.0.0-next.8 " ,
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