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 e96b560 commit 6e2519bCopy full SHA for 6e2519b
.eslintrc.json
@@ -24,7 +24,8 @@
24
"files": ["test/**/*.ts", "scripts/**/*.ts"],
25
"rules": {
26
"@typescript-eslint/no-unsafe-call": "off",
27
- "@typescript-eslint/no-unsafe-assignment": "off"
+ "@typescript-eslint/no-unsafe-assignment": "off",
28
+ "@typescript-eslint/no-unsafe-argument": "off"
29
}
30
31
]
0 commit comments