Skip to content

Commit 63f3fcf

Browse files
committed
chore: enable eslint/curly rule to require braces on all control flow
1 parent 21d7d09 commit 63f3fcf

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
@@ -155,7 +155,7 @@
155155
"import-x/no-named-as-default-member": "warn",
156156
"import-x/no-duplicates": "warn",
157157
"unicorn/consistent-function-scoping": "error",
158-
"curly": "error",
158+
"curly": ["error", "all"],
159159
"no-await-in-loop": "error",
160160
"no-new": "error",
161161
"no-proto": "error",

0 commit comments

Comments
 (0)