Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
no-multi-assign
1 parent 62a1ede commit d0fb763Copy full SHA for d0fb763
packages/eslint-config-airbnb-base/rules/style.js
@@ -233,8 +233,7 @@ module.exports = {
233
234
// disallow use of chained assignment expressions
235
// http://eslint.org/docs/rules/no-multi-assign
236
- // TODO: enable, semver-minor
237
- 'no-multi-assign': ['off'],
+ 'no-multi-assign': ['error'],
238
239
// disallow multiple empty lines and only one newline at the end
240
'no-multiple-empty-lines': ['error', { max: 2, maxEOF: 1 }],
0 commit comments