mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 00:28:25 -05:00
[eslint config] [base] enable no-multi-assign
This commit is contained in:
@@ -233,8 +233,7 @@ module.exports = {
|
||||
|
||||
// disallow use of chained assignment expressions
|
||||
// http://eslint.org/docs/rules/no-multi-assign
|
||||
// TODO: enable, semver-minor
|
||||
'no-multi-assign': ['off'],
|
||||
'no-multi-assign': ['error'],
|
||||
|
||||
// disallow multiple empty lines and only one newline at the end
|
||||
'no-multiple-empty-lines': ['error', { max: 2, maxEOF: 1 }],
|
||||
|
||||
Reference in New Issue
Block a user