We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 660d731 commit 3eb62aeCopy full SHA for 3eb62ae
.eslintrc.js
@@ -48,5 +48,6 @@ module.exports = {
48
],
49
"@typescript-eslint/no-empty-interface": "off",
50
eqeqeq: ["error", "smart"],
51
+ "@typescript-eslint/no-unsafe-argument": "off",
52
},
53
};
0 commit comments