We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51579c9 commit 8d86284Copy full SHA for 8d86284
packages/core/eslint.config.mjs
@@ -22,6 +22,7 @@ export default [
22
ignoreTypeImport: true,
23
}],
24
// @todo: remove when we setup eslint to correctly handle the types
25
+ 'n/no-missing-import': 'off',
26
'@typescript-eslint/no-unsafe-call': 'off',
27
'@typescript-eslint/no-unsafe-member-access': 'off',
28
'@typescript-eslint/no-unsafe-assignment': 'off',
0 commit comments