projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0683a0
)
Silence `@typescript-eslint/no-unsafe-argument`
author
Tim Düsterhus
<duesterhus@woltlab.com>
Mon, 13 Dec 2021 13:05:04 +0000
(14:05 +0100)
committer
Tim Düsterhus
<duesterhus@woltlab.com>
Mon, 13 Dec 2021 13:05:04 +0000
(14:05 +0100)
.eslintrc.js
patch
|
blob
|
blame
|
history
diff --git
a/.eslintrc.js
b/.eslintrc.js
index 93ea674a6339d68e0c3ff401ca6d0fe221a3b126..04b9b6164c48ccd31a5938cdbeee5eb67397a3f3 100644
(file)
--- a/
.eslintrc.js
+++ b/
.eslintrc.js
@@
-23,6
+23,7
@@
module.exports = {
],
"@typescript-eslint/no-explicit-any": 0,
"@typescript-eslint/no-non-null-assertion": 0,
+ "@typescript-eslint/no-unsafe-argument": 0,
"@typescript-eslint/no-unsafe-assignment": 0,
"@typescript-eslint/no-unsafe-call": 0,
"@typescript-eslint/no-unsafe-member-access": 0,