Skip to content

Commit

Permalink
Add 'no-debugger' to linter rules (#4265)
Browse files Browse the repository at this point in the history
  • Loading branch information
reiterl authored Oct 15, 2024
1 parent cebeb24 commit e628bac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ module.exports = {
'message': 'Please use a typecast or explicitly instantiate a new Observable.'
}],
'lines-between-class-members': ['error', 'always', { 'exceptAfterSingleLine': true }],
'no-debugger': ['error'],
'@typescript-eslint/no-unnecessary-type-constraint': ['error'],
'@typescript-eslint/no-this-alias': ['error'],
'@typescript-eslint/adjacent-overload-signatures': ['error'],
Expand Down

0 comments on commit e628bac

Please sign in to comment.