Skip to content

Commit c4b14f6

Browse files
Update index.js
1 parent 082de82 commit c4b14f6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

index.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,13 @@ module.exports = {
4444
'import/no-extraneous-dependencies': 0,
4545
'no-return-assign': 0,
4646
'no-trailing-spaces': 0,
47-
'no-multi-spaces': [1, { exceptions: { 'Property': true, 'VariableDeclarator': true } }],
47+
'no-multi-spaces': [1, {
48+
exceptions: {
49+
'Property': true,
50+
'VariableDeclarator': true,
51+
'AssignmentExpression': true,
52+
},
53+
}],
4854
'no-mixed-spaces-and-tabs': 0,
4955
'no-tabs': 0,
5056
'no-async-promise-executor': 0,

0 commit comments

Comments
 (0)