Thanks to visit codestin.com Credit goes to github.com
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 2951dfd commit 66b9604Copy full SHA for 66b9604
‎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