We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04fc093 commit 531fe67Copy full SHA for 531fe67
.eslintrc.js
@@ -13,6 +13,7 @@ module.exports = {
13
'no-mixed-operators': 0,
14
'no-plusplus': 0,
15
'no-param-reassign': 0,
16
+ 'no-multi-assign': 0,
17
'no-var': 0,
18
'linebreak-style': 0,
19
'no-mixed-spaces-and-tabs': ['error', 'smart-tabs'],
0 commit comments