Skip to content

Commit

Permalink
Update eslint.config.cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
arteck authored Jan 4, 2025
1 parent 3d70c47 commit 2eb31d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eslint.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ module.exports = [
'no-trailing-spaces': 'error',
'prefer-const': 'warn',
'no-case-declarations': 'warn',
'no-prototype-builtins': 'warn',
'no-global-assign': 'warn',

quotes: [
'error',
Expand Down

0 comments on commit 2eb31d0

Please sign in to comment.