Silence `@typescript-eslint/no-unsafe-argument`
authorTim Düsterhus <duesterhus@woltlab.com>
Mon, 13 Dec 2021 13:05:04 +0000 (14:05 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Mon, 13 Dec 2021 13:05:04 +0000 (14:05 +0100)
.eslintrc.js

index 93ea674a6339d68e0c3ff401ca6d0fe221a3b126..04b9b6164c48ccd31a5938cdbeee5eb67397a3f3 100644 (file)
@@ -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,