Skip to content

Commit 48f477d

Browse files
committed
[eslint config] [base] [patch] remove redundant DebuggerStatement from no-restricted-syntax
Fixes airbnb#1031.
1 parent 21846f6 commit 48f477d

File tree

1 file changed

+0
-1
lines changed
  • packages/eslint-config-airbnb-base/rules

1 file changed

+0
-1
lines changed

packages/eslint-config-airbnb-base/rules/style.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ module.exports = {
187187
// http://eslint.org/docs/rules/no-restricted-syntax
188188
'no-restricted-syntax': [
189189
'error',
190-
'DebuggerStatement',
191190
'ForInStatement',
192191
'LabeledStatement',
193192
'WithStatement',

0 commit comments

Comments
 (0)