Skip to content

Commit 699f3b7

Browse files
committed
Don't enforce globalThis over window in Angular
1 parent 98e37bd commit 699f3b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/configs/angular.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ export default tseslint.config(
6868
'promise/catch-or-return': 'off',
6969
'unicorn/prefer-top-level-await': 'off',
7070
'unicorn/prefer-event-target': 'off',
71+
'unicorn/prefer-global-this': 'off',
7172
},
7273
},
7374
{

0 commit comments

Comments
 (0)