[eslint config] [base] [patch] remove redundant DebuggerStatement from no-restricted-syntax

Fixes #1031.
This commit is contained in:
Jordan Harband
2016-08-23 15:19:34 -07:00
parent 21846f6da0
commit 48f477db2a

View File

@@ -187,7 +187,6 @@ module.exports = {
// http://eslint.org/docs/rules/no-restricted-syntax
'no-restricted-syntax': [
'error',
'DebuggerStatement',
'ForInStatement',
'LabeledStatement',
'WithStatement',