Skip to content

Commit ef0c785

Browse files
committed
chore(eslint): ignore unsafe assignement
1 parent ab7dde5 commit ef0c785

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eslint.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ export default [
4949
'import/no-default-export': 'error',
5050
'no-await-in-loop': 'off',
5151
'@typescript-eslint/no-namespace': 'off',
52+
'@typescript-eslint/no-unsafe-assignment': 'off',
5253
},
5354
},
5455

@@ -66,6 +67,7 @@ export default [
6667
'@typescript-eslint/no-unused-vars': 'warn',
6768
'@typescript-eslint/consistent-type-definitions': 'warn',
6869
'@typescript-eslint/ban-types': 'warn',
70+
'@typescript-eslint/no-unsafe-assignment': 'off',
6971
},
7072
})),
7173

0 commit comments

Comments
 (0)