Skip to content

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)