File tree Expand file tree Collapse file tree 4 files changed +18
-2
lines changed
Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 99 " beige-suns-clap" ,
1010 " brown-dragons-dance" ,
1111 " calm-onions-yell" ,
12+ " chatty-walls-juggle" ,
1213 " clean-kids-mate" ,
1314 " clever-jobs-clap" ,
1415 " cold-nails-teach" ,
2526 " green-bananas-tie" ,
2627 " green-peaches-explode" ,
2728 " heavy-rings-reply" ,
29+ " hungry-coins-help" ,
2830 " hungry-eels-check" ,
2931 " hungry-spoons-mix" ,
3032 " itchy-trains-exist" ,
3638 " neat-rats-sneeze" ,
3739 " nervous-yaks-destroy" ,
3840 " purple-suns-carry" ,
41+ " quick-ties-bake" ,
3942 " rare-spiders-drop" ,
4043 " rich-ways-exercise" ,
4144 " short-dingos-dance" ,
Original file line number Diff line number Diff line change 11# eslint-plugin-regexp
22
3+ ## 2.0.0-next.13
4+
5+ ### Minor Changes
6+
7+ - Add ` regexp/grapheme-string-literal ` rule ([ #646 ] ( https://github.com/ota-meshi/eslint-plugin-regexp/pull/646 ) )
8+
9+ - Use Intl.Segmenter instead of grapheme-splitter ([ #642 ] ( https://github.com/ota-meshi/eslint-plugin-regexp/pull/642 ) )
10+
11+ ### Patch Changes
12+
13+ - fix: autofix for incorrect no-escaping in ` regexp/no-useless-string-literal ` ([ #645 ] ( https://github.com/ota-meshi/eslint-plugin-regexp/pull/645 ) )
14+
315## 2.0.0-next.12
416
517### Major Changes
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ pageClass: "rule-details"
33sidebarDepth : 0
44title : " regexp/grapheme-string-literal"
55description : " enforce single grapheme in string literal"
6+ since : " v2.0.0-next.13"
67---
78# regexp/grapheme-string-literal
89
@@ -47,7 +48,7 @@ Nothing.
4748
4849## :rocket : Version
4950
50- : exclamation : < badge text = " This rule has not been released yet. " vertical = " middle " type = " error " > *** This rule has not been released yet. *** </ badge >
51+ This rule was introduced in eslint-plugin-regexp v2.0.0-next.13
5152
5253## :mag : Implementation
5354
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-regexp" ,
3- "version" : " 2.0.0-next.12 " ,
3+ "version" : " 2.0.0-next.13 " ,
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