File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 352352 "for-direction" : {
353353 "type" : " problem" ,
354354 "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" ,
356356 "recommended" : true ,
357357 "url" : " https://eslint.org/docs/latest/rules/for-direction"
358358 },
Original file line number Diff line number Diff line change 11/**
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)
33 * @author Aladdin-ADD<[email protected] > 44 */
55
@@ -21,7 +21,7 @@ module.exports = {
2121 type : "problem" ,
2222
2323 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" ,
2525 recommended : true ,
2626 url : "https://eslint.org/docs/latest/rules/for-direction"
2727 } ,
You can’t perform that action at this time.
0 commit comments