mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 02:58:03 -05:00
[eslint config] [base] [patch] remove “break” statement from restricted syntax.
Per https://github.com/airbnb/javascript/issues/840#issuecomment-212541010
This commit is contained in:
@@ -117,7 +117,6 @@ module.exports = {
|
||||
// http://eslint.org/docs/rules/no-restricted-syntax
|
||||
'no-restricted-syntax': [
|
||||
2,
|
||||
'BreakStatement',
|
||||
'DebuggerStatement',
|
||||
'ForInStatement',
|
||||
'LabeledStatement',
|
||||
|
||||
Reference in New Issue
Block a user