Skip to content

Commit 63b63ff

Browse files
committed
chore: update plugins overrides
1 parent 4c05dd8 commit 63b63ff

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

backend/.oxlintrc.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,16 @@
66
"overrides": [
77
{
88
"files": ["__tests__/**"],
9-
"plugins": ["jest", "vitest"],
9+
"plugins": [
10+
"typescript",
11+
"unicorn",
12+
"oxc",
13+
"import",
14+
"node",
15+
"promise",
16+
"jest",
17+
"vitest"
18+
],
1019
"rules": {
1120
"no-explicit-any": "allow",
1221
"explicit-function-return-type": "off",

frontend/.oxlintrc.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@
66
"overrides": [
77
{
88
"files": ["__tests__/**/*.ts"],
9+
"plugins": [
10+
"typescript",
11+
"unicorn",
12+
"oxc",
13+
"import",
14+
"node",
15+
"promise",
16+
"jest",
17+
"vitest"
18+
],
919
"rules": {
1020
"no-explicit-any": "allow",
1121
"explicit-function-return-type": "off",

0 commit comments

Comments
 (0)