File tree 4 files changed +18
-2
lines changed
4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 9
9
" beige-suns-clap" ,
10
10
" brown-dragons-dance" ,
11
11
" calm-onions-yell" ,
12
+ " chatty-walls-juggle" ,
12
13
" clean-kids-mate" ,
13
14
" clever-jobs-clap" ,
14
15
" cold-nails-teach" ,
25
26
" green-bananas-tie" ,
26
27
" green-peaches-explode" ,
27
28
" heavy-rings-reply" ,
29
+ " hungry-coins-help" ,
28
30
" hungry-eels-check" ,
29
31
" hungry-spoons-mix" ,
30
32
" itchy-trains-exist" ,
36
38
" neat-rats-sneeze" ,
37
39
" nervous-yaks-destroy" ,
38
40
" purple-suns-carry" ,
41
+ " quick-ties-bake" ,
39
42
" rare-spiders-drop" ,
40
43
" rich-ways-exercise" ,
41
44
" short-dingos-dance" ,
Original file line number Diff line number Diff line change 1
1
# eslint-plugin-regexp
2
2
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
+
3
15
## 2.0.0-next.12
4
16
5
17
### Major Changes
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ pageClass: "rule-details"
3
3
sidebarDepth : 0
4
4
title : " regexp/grapheme-string-literal"
5
5
description : " enforce single grapheme in string literal"
6
+ since : " v2.0.0-next.13"
6
7
---
7
8
# regexp/grapheme-string-literal
8
9
@@ -47,7 +48,7 @@ Nothing.
47
48
48
49
## :rocket : Version
49
50
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
51
52
52
53
## :mag : Implementation
53
54
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-regexp" ,
3
- "version" : " 2.0.0-next.12 " ,
3
+ "version" : " 2.0.0-next.13 " ,
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