Skip to content

Commit 64f4812

Browse files
author
Oriol Torrillas
authored
Merge pull request #44 from Typeform/feat/add-no-debugger-rule
2 parents 367630e + 4565ac6 commit 64f4812

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ module.exports = {
3232
'import/export': 'warn',
3333
'jest/no-focused-tests': 'error',
3434
'no-console': 'warn',
35+
'no-debugger': 'warn',
3536
'prefer-template': 'warn',
3637
'react/prop-types': 'error',
3738
'react-hooks/exhaustive-deps': 'error',

0 commit comments

Comments
 (0)