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.
@typescript-eslint/no-unsafe-argument
1 parent 2edc1a1 commit d77017dCopy full SHA for d77017d
.eslintrc.json
@@ -93,6 +93,7 @@
93
"@typescript-eslint/no-implied-eval": "off",
94
"@typescript-eslint/no-var-requires": "off",
95
"@typescript-eslint/no-unnecessary-type-assertion": "off",
96
+ "@typescript-eslint/no-unsafe-argument": "off",
97
"@typescript-eslint/no-unsafe-assignment": "off",
98
"@typescript-eslint/no-unsafe-call": "off",
99
"@typescript-eslint/no-unsafe-member-access": "off",
0 commit comments