File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2770
2770
"require-unicode-regexp" : {
2771
2771
"type" : " suggestion" ,
2772
2772
"docs" : {
2773
- "description" : " Enforce the use of `u` or `v` flag on RegExp " ,
2773
+ "description" : " Enforce the use of `u` or `v` flag on regular expressions " ,
2774
2774
"recommended" : false ,
2775
2775
"url" : " https://eslint.org/docs/latest/rules/require-unicode-regexp"
2776
2776
},
Original file line number Diff line number Diff line change 1
1
/**
2
- * @fileoverview Rule to enforce the use of `u` flag on RegExp .
2
+ * @fileoverview Rule to enforce the use of `u` or `v` flag on regular expressions .
3
3
* @author Toru Nagashima
4
4
*/
5
5
@@ -48,7 +48,7 @@ module.exports = {
48
48
type : "suggestion" ,
49
49
50
50
docs : {
51
- description : "Enforce the use of `u` or `v` flag on RegExp " ,
51
+ description : "Enforce the use of `u` or `v` flag on regular expressions " ,
52
52
recommended : false ,
53
53
url : "https://eslint.org/docs/latest/rules/require-unicode-regexp"
54
54
} ,
You can’t perform that action at this time.
0 commit comments