Skip to content

Commit dae5d1b

Browse files
committedDec 6, 2024
chore: update eslint config
1 parent 61fb931 commit dae5d1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎eslint.config.mjs

+1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ export default unjs({
1313
"unicorn/prefer-ternary": 0,
1414
"unicorn/prefer-string-raw": 0,
1515
"@typescript-eslint/no-empty-object-type": 0,
16+
"unicorn/prefer-global-this": 0, // window. usage
1617
},
1718
});

0 commit comments

Comments
 (0)
Please sign in to comment.