Skip to content

Commit

Permalink
Development: Disable declaration of globally scoped variables (#9143)
Browse files Browse the repository at this point in the history
  • Loading branch information
Strohgelaender authored Jul 28, 2024
1 parent a8951cc commit a647131
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ module.exports = [
'no-case-declarations': 'off',
'prefer-const': 'warn',
'prefer-spread': 'warn',
'no-var': 'error',
'sort-imports': [
'error',
{
Expand Down

0 comments on commit a647131

Please sign in to comment.