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
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit f8bb548

Browse files
author
Kuniwak
committed
Relax curly
1 parent 6ba6699 commit f8bb548

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎.eslintrc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"no-use-before-define": [2, "nofunc"],
1111

1212
"//": "この形式のキャストはくっついていないと読みづらい",
13-
"space-infix-ops": [2, { "int32Hint": false }]
13+
"space-infix-ops": [2, { "int32Hint": false }],
14+
15+
"//": "ガード節の読みやすさを重視して、一行の場合のみ許可する",
16+
"curly": [2, "multi-line"]
1417
}
1518
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /