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 21
21
" early-guests-hug" ,
22
22
" early-islands-press" ,
23
23
" early-islands-press2" ,
24
+ " fifty-schools-run" ,
24
25
" friendly-walls-reply" ,
25
26
" gold-baboons-clap" ,
26
27
" green-bananas-tie" ,
52
53
" tasty-penguins-cheat" ,
53
54
" thin-ears-relax" ,
54
55
" thin-insects-cover" ,
56
+ " twenty-coats-melt" ,
55
57
" twenty-snails-chew" ,
56
58
" warm-ladybugs-wonder" ,
57
59
" 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.14
4
+
5
+ ### Major Changes
6
+
7
+ - Remove deprecated rules ([ #652 ] ( https://github.com/ota-meshi/eslint-plugin-regexp/pull/652 ) )
8
+
9
+ - Use jsdoc-type-pratt-parser instead of jsdoctypeparser ([ #651 ] ( https://github.com/ota-meshi/eslint-plugin-regexp/pull/651 ) )
10
+
3
11
## 2.0.0-next.13
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.13 " ,
3
+ "version" : " 2.0.0-next.14 " ,
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