Skip to content

Commit 7951afa

Browse files
committed
chore: enable eslint/curly rule to require braces on all control flow
1 parent dc8313c commit 7951afa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.oxlintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"suspicious": "error"
77
},
88
"rules": {
9-
"eslint/curly": "off",
9+
"eslint/curly": ["error", "all"],
1010
"eslint/no-await-in-loop": "off",
1111
"eslint/no-console": "off",
1212
"eslint/no-control-regex": "off",

0 commit comments

Comments
 (0)