Skip to content

Commit dae5d1b

Browse files
committed
chore: update eslint config
1 parent 61fb931 commit dae5d1b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
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)