Skip to content

Commit 24d5038

Browse files
authored
lint: disable prefer-global rule (#30)
1 parent cbd3a2a commit 24d5038

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/configs/unicorn.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export function unicorn (options: Options['unicorn'] = true): TypedFlatConfigIte
3333
'unicorn/import-style': 'off',
3434
'unicorn/prefer-module': 'off',
3535
'unicorn/consistent-function-scoping': 'off',
36+
'unicorn/prefer-global-this': 'off',
3637
},
3738
},
3839
]

0 commit comments

Comments
 (0)