Skip to content

Commit 59e8038

Browse files
Apply prepare changes
1 parent 069b2a9 commit 59e8038

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

.oxlintrc.json

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,7 @@
77
"style": "error",
88
"restriction": "error"
99
},
10-
"plugins": [
11-
"import",
12-
"node",
13-
"oxc",
14-
"promise",
15-
"unicorn",
16-
"vitest"
17-
],
10+
"plugins": ["import", "node", "oxc", "promise", "unicorn", "vitest"],
1811
"rules": {
1912
"unicorn/filename-case": [
2013
"error",
@@ -33,9 +26,7 @@
3326
},
3427
"overrides": [
3528
{
36-
"files": [
37-
"**/components/*"
38-
],
29+
"files": ["**/components/*"],
3930
"rules": {
4031
"unicorn/filename-case": [
4132
"error",
@@ -46,4 +37,4 @@
4637
}
4738
}
4839
]
49-
}
40+
}

0 commit comments

Comments
 (0)