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

Commita7700bc

Browse files
authored
docs: add missing backticks toid-length (#19217)
1 parentc618707 commita7700bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎docs/src/rules/id-length.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ data["y"] = 3; // excused because of calculated property access
100100

101101
This rule has an object option:
102102

103-
*`"min"` (default:2) enforces a minimum identifier length
104-
*`"max"` (default: Infinity) enforces a maximum identifier length
103+
*`"min"` (default:`2`) enforces a minimum identifier length
104+
*`"max"` (default:`Infinity`) enforces a maximum identifier length
105105
*`"properties": always` (default) enforces identifier length convention for property names
106106
*`"properties": never` ignores identifier length convention for property names
107107
*`"exceptions"` allows an array of specified identifier names

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp