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 5d6d3b2 commit 99b8998Copy full SHA for 99b8998
eslint.config.mjs
@@ -63,6 +63,8 @@ export default tseslint.config(gitignore(), {
63
},
64
],
65
66
+ 'import-x/no-named-as-default-member': 'off',
67
+
68
'n/no-missing-import': 'off',
69
70
'eslint-plugin/require-meta-docs-description': [
0 commit comments