mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-13 23:37:55 -05:00
[eslint config] [base] [breaking] enable no-unexpected-multiline rule
This commit is contained in:
@@ -81,8 +81,7 @@ module.exports = {
|
||||
|
||||
// Avoid code that looks like two expressions but is actually one
|
||||
// http://eslint.org/docs/rules/no-unexpected-multiline
|
||||
// TODO: enable?
|
||||
'no-unexpected-multiline': 0,
|
||||
'no-unexpected-multiline': 2,
|
||||
|
||||
// disallow unreachable statements after a return, throw, continue, or break statement
|
||||
'no-unreachable': 2,
|
||||
|
||||
Reference in New Issue
Block a user