We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c05dd8 commit 63b63ffCopy full SHA for 63b63ff
backend/.oxlintrc.json
@@ -6,7 +6,16 @@
6
"overrides": [
7
{
8
"files": ["__tests__/**"],
9
- "plugins": ["jest", "vitest"],
+ "plugins": [
10
+ "typescript",
11
+ "unicorn",
12
+ "oxc",
13
+ "import",
14
+ "node",
15
+ "promise",
16
+ "jest",
17
+ "vitest"
18
+ ],
19
"rules": {
20
"no-explicit-any": "allow",
21
"explicit-function-return-type": "off",
frontend/.oxlintrc.json
@@ -6,6 +6,16 @@
"files": ["__tests__/**/*.ts"],
0 commit comments