Skip to content

Commit

Permalink
Adds no-debugger rule to root eslint config file (twentyhq#5312)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanhellwig committed May 7, 2024
1 parent ffd804d commit a10290e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ module.exports = {
'func-style': ['error', 'declaration', { allowArrowFunctions: true }],
'no-console': ['warn', { allow: ['group', 'groupCollapsed', 'groupEnd'] }],
'no-control-regex': 0,
'no-debugger': 'error',
'no-duplicate-imports': 'error',
'no-undef': 'off',
'no-unused-vars': 'off',
Expand Down

0 comments on commit a10290e

Please sign in to comment.