Skip to content

Commit 531fe67

Browse files
committed
lint options
1 parent 04fc093 commit 531fe67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ module.exports = {
1313
'no-mixed-operators': 0,
1414
'no-plusplus': 0,
1515
'no-param-reassign': 0,
16+
'no-multi-assign': 0,
1617
'no-var': 0,
1718
'linebreak-style': 0,
1819
'no-mixed-spaces-and-tabs': ['error', 'smart-tabs'],

0 commit comments

Comments
 (0)