Skip to content

Commit 2f5cfd7

Browse files
committed
Silence most linter warnings, until one day we fix them
1 parent 3b68586 commit 2f5cfd7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.eslintrc.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
3131
"parserOptions": {
3232
"sourceType": "module",
3333
"project": "src/tsconfig.json"
34+
},
35+
"rules": {
36+
"@typescript-eslint/no-explicit-any": ["off"],
37+
"@typescript-eslint/explicit-function-return-type": ["off"]
3438
}
3539
}
3640
]

0 commit comments

Comments
 (0)