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 ab7dde5 commit ef0c785Copy full SHA for ef0c785
eslint.config.mjs
@@ -49,6 +49,7 @@ export default [
49
'import/no-default-export': 'error',
50
'no-await-in-loop': 'off',
51
'@typescript-eslint/no-namespace': 'off',
52
+ '@typescript-eslint/no-unsafe-assignment': 'off',
53
},
54
55
@@ -66,6 +67,7 @@ export default [
66
67
'@typescript-eslint/no-unused-vars': 'warn',
68
'@typescript-eslint/consistent-type-definitions': 'warn',
69
'@typescript-eslint/ban-types': 'warn',
70
71
72
})),
73
0 commit comments