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 352
352
"for-direction" : {
353
353
"type" : " problem" ,
354
354
"docs" : {
355
- "description" : " Enforce \" for\" loop update clause moving the counter in the right direction" ,
355
+ "description" : " Enforce ` for` loop update clause moving the counter in the right direction" ,
356
356
"recommended" : true ,
357
357
"url" : " https://eslint.org/docs/latest/rules/for-direction"
358
358
},
Original file line number Diff line number Diff line change 1
1
/**
2
- * @fileoverview enforce " for" loop update clause moving the counter in the right direction.(for-direction)
2
+ * @fileoverview enforce ` for` loop update clause moving the counter in the right direction.(for-direction)
3
3
* @author Aladdin-ADD<[email protected] >
4
4
*/
5
5
@@ -21,7 +21,7 @@ module.exports = {
21
21
type : "problem" ,
22
22
23
23
docs : {
24
- description : "Enforce \" for\" loop update clause moving the counter in the right direction" ,
24
+ description : "Enforce ` for` loop update clause moving the counter in the right direction" ,
25
25
recommended : true ,
26
26
url : "https://eslint.org/docs/latest/rules/for-direction"
27
27
} ,
You can’t perform that action at this time.
0 commit comments