Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc88708e

Browse files
authored
docs: replace quote with backtick indescription offor-direction (#19199)
* docs: replace quote with backtick in `description` of `for-direction`* wip
1 parenta76f233 commitc88708e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎docs/src/_data/rules_meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@
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
},

‎lib/rules/for-direction.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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<hh_2013@foxmail.com>
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
},

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp