Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 66b9604

Browse files
committed
chore: update eslint config
1 parent 2951dfd commit 66b9604

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎eslint.config.mjs‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export default unjs({
1313
"unicorn/prefer-top-level-await": 0,
1414
"@typescript-eslint/no-non-null-assertion": 0,
1515
"@typescript-eslint/no-unused-vars": 0,
16+
"unicorn/no-named-default": 0
1617
},
1718
}, {
1819
files: ["**/*.ts"],

0 commit comments

Comments
 (0)