We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2951dfd commit 66b9604Copy full SHA for 66b9604
1 file changed
eslint.config.mjs
@@ -13,6 +13,7 @@ export default unjs({
13
"unicorn/prefer-top-level-await": 0,
14
"@typescript-eslint/no-non-null-assertion": 0,
15
"@typescript-eslint/no-unused-vars": 0,
16
+ "unicorn/no-named-default": 0
17
},
18
}, {
19
files: ["**/*.ts"],
0 commit comments