mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 10:38:03 -05:00
[eslint config] [base] [patch] remove redundant DebuggerStatement from no-restricted-syntax
Fixes #1031.
This commit is contained in:
@@ -187,7 +187,6 @@ module.exports = {
|
||||
// http://eslint.org/docs/rules/no-restricted-syntax
|
||||
'no-restricted-syntax': [
|
||||
'error',
|
||||
'DebuggerStatement',
|
||||
'ForInStatement',
|
||||
'LabeledStatement',
|
||||
'WithStatement',
|
||||
|
||||
Reference in New Issue
Block a user