mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 07:47:54 -05:00
Disable newline-per-chained-call until eslint’s bug is resolved.
bug: https://github.com/eslint/eslint/issues/5289 Closes #748.
This commit is contained in:
@@ -62,7 +62,7 @@ module.exports = {
|
||||
// enforces new line after each method call in the chain to make it
|
||||
// more readable and easy to maintain
|
||||
// http://eslint.org/docs/rules/newline-per-chained-call
|
||||
'newline-per-chained-call': [2, { 'ignoreChainWithDepth': 3 }],
|
||||
'newline-per-chained-call': [0, { 'ignoreChainWithDepth': 3 }],
|
||||
// disallow use of the Array constructor
|
||||
'no-array-constructor': 0,
|
||||
// disallow use of the continue statement
|
||||
|
||||
Reference in New Issue
Block a user