File tree Expand file tree Collapse file tree 4 files changed +15
-2
lines changed
Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 2222 " early-islands-press2" ,
2323 " friendly-walls-reply" ,
2424 " gold-baboons-clap" ,
25+ " green-bananas-tie" ,
2526 " green-peaches-explode" ,
2627 " heavy-rings-reply" ,
2728 " hungry-eels-check" ,
3435 " lovely-brooms-explode" ,
3536 " neat-rats-sneeze" ,
3637 " nervous-yaks-destroy" ,
38+ " purple-suns-carry" ,
3739 " rare-spiders-drop" ,
3840 " rich-ways-exercise" ,
3941 " short-dingos-dance" ,
Original file line number Diff line number Diff line change 11# eslint-plugin-regexp
22
3+ ## 2.0.0-next.12
4+
5+ ### Major Changes
6+
7+ - Add ` regexp/no-useless-string-literal ` rule ([ #639 ] ( https://github.com/ota-meshi/eslint-plugin-regexp/pull/639 ) )
8+
9+ ### Minor Changes
10+
11+ - Add support for v flag to ` regexp/no-empty-character-class ` ([ #637 ] ( https://github.com/ota-meshi/eslint-plugin-regexp/pull/637 ) )
12+
313## 2.0.0-next.11
414
515### Major Changes
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ pageClass: "rule-details"
33sidebarDepth : 0
44title : " regexp/no-useless-string-literal"
55description : " disallow string disjunction of single characters in `\\ q{...}`"
6+ since : " v2.0.0-next.12"
67---
78# regexp/no-useless-string-literal
89
@@ -49,7 +50,7 @@ Nothing.
4950
5051## :rocket : Version
5152
52- : exclamation : < badge text = " This rule has not been released yet. " vertical = " middle " type = " error " > *** This rule has not been released yet. *** </ badge >
53+ This rule was introduced in eslint-plugin-regexp v2.0.0-next.12
5354
5455## :mag : Implementation
5556
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-regexp" ,
3- "version" : " 2.0.0-next.11 " ,
3+ "version" : " 2.0.0-next.12 " ,
44 "description" : " ESLint plugin for finding RegExp mistakes and RegExp style guide violations." ,
55 "engines" : {
66 "node" : " ^18 || >=20"
You can’t perform that action at this time.
0 commit comments