Skip to content

Commit 8033ec3

Browse files
committed
chore: deps
1 parent de4d655 commit 8033ec3

File tree

4 files changed

+190
-201
lines changed

4 files changed

+190
-201
lines changed

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ export default [
5959
'unicorn/no-process-exit': 'off',
6060
'unicorn/switch-case-braces': 'off',
6161
'unicorn/no-array-reduce': 'off',
62+
'unicorn/prefer-global-this': 'off',
6263
'no-alert': 'error',
6364
'no-debugger': 'error'
6465
}

0 commit comments

Comments
 (0)