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 e77752a commit f5cd1b6Copy full SHA for f5cd1b6
.eslintrc.js
@@ -65,6 +65,7 @@ module.exports = {
65
'@typescript-eslint/indent': off,
66
'@typescript-eslint/explicit-member-accessibility': warn,
67
'@typescript-eslint/no-explicit-any': off,
68
+ '@typescript-eslint/no-unsafe-argument': off,
69
'@typescript-eslint/no-unsafe-return': off,
70
'@typescript-eslint/no-unsafe-assignment': off,
71
'@typescript-eslint/explicit-function-return-type': off,
0 commit comments