Skip to content

Commit 35580b9

Browse files
committed
no-debugger isnt fixable by eslint anymore
1 parent 53cdba0 commit 35580b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

noFixRules.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ module.exports = {
22
plugins: ['no-autofix'],
33
rules: {
44
'no-autofix/prefer-const': 'error',
5-
'no-autofix/no-debugger': 'error',
65
},
76
}

0 commit comments

Comments
 (0)