Skip to content

Commit

Permalink
feat(common): set unicorn/prefer-global-this to warn
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazmi35 committed Oct 14, 2024
1 parent 4745d04 commit c319698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ export default [
"unicorn/prefer-date-now": "error",
"unicorn/prefer-default-parameters": "warn",
"unicorn/prefer-export-from": "error",
"unicorn/prefer-global-this": "error",
"unicorn/prefer-global-this": "warn",
"unicorn/prefer-includes": "error",
"unicorn/prefer-keyboard-event-key": "error",
"unicorn/prefer-logical-operator-over-ternary": "error",
Expand Down

0 comments on commit c319698

Please sign in to comment.