We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc8313c commit 7951afaCopy full SHA for 7951afa
1 file changed
.oxlintrc.json
@@ -6,7 +6,7 @@
6
"suspicious": "error"
7
},
8
"rules": {
9
- "eslint/curly": "off",
+ "eslint/curly": ["error", "all"],
10
"eslint/no-await-in-loop": "off",
11
"eslint/no-console": "off",
12
"eslint/no-control-regex": "off",
0 commit comments