Skip to content

Commit 0809532

Browse files
committed
Turn off duplicated no-anonymous-default-export rule
1 parent b4b6f4a commit 0809532

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/configs/javascript.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ export default tseslint.config(
8282
'unicorn/no-await-expression-member': 'off',
8383
'unicorn/no-nested-ternary': 'off',
8484
'unicorn/prefer-string-replace-all': 'off',
85+
'unicorn/no-anonymous-default-export': 'off', // duplicate of import/no-anonymous-default-export
8586
},
8687
},
8788
{

0 commit comments

Comments
 (0)