Skip to content

Commit

Permalink
fix: disable unicorn/prefer-global-this
Browse files Browse the repository at this point in the history
  • Loading branch information
targos authored Oct 7, 2024
1 parent 3435a87 commit 8f39065
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions unicorn.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export default [
// We use null in many places.
'unicorn/no-null': 'off',
'unicorn/switch-case-braces': 'off',
'unicorn/prefer-global-this': 'off',
'unicorn/prefer-ternary': 'off',
'unicorn/prefer-type-error': 'off',
// Might want to enable in a future semver-major.
Expand Down

0 comments on commit 8f39065

Please sign in to comment.