We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbd3a2a commit 24d5038Copy full SHA for 24d5038
src/configs/unicorn.ts
@@ -33,6 +33,7 @@ export function unicorn (options: Options['unicorn'] = true): TypedFlatConfigIte
33
'unicorn/import-style': 'off',
34
'unicorn/prefer-module': 'off',
35
'unicorn/consistent-function-scoping': 'off',
36
+ 'unicorn/prefer-global-this': 'off',
37
},
38
39
]
0 commit comments