We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d78a0f0 commit 03b8a84Copy full SHA for 03b8a84
1 file changed
.config/oxlintrc.json
@@ -1,22 +1,13 @@
1
{
2
"$schema": "https://raw.githubusercontent.com/oxc-project/oxc/main/npm/oxlint/configuration_schema.json",
3
- "plugins": [
4
- "typescript",
5
- "unicorn",
6
- "import"
7
- ],
8
- "jsPlugins": [
9
- "./oxlint-plugin/index.mts"
10
+ "plugins": ["typescript", "unicorn", "import"],
+ "jsPlugins": ["./oxlint-plugin/index.mts"],
11
"categories": {
12
"correctness": "error",
13
"suspicious": "error"
14
},
15
"rules": {
16
- "eslint/curly": [
17
- "error",
18
- "all"
19
+ "eslint/curly": ["error", "all"],
20
"eslint/no-await-in-loop": "off",
21
"eslint/no-console": "off",
22
"eslint/no-control-regex": "off",
0 commit comments