Skip to content

Commit 4d8308c

Browse files
Update index.js
1 parent 7211a2c commit 4d8308c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ module.exports = {
4444
'import/no-extraneous-dependencies': 0,
4545
'no-return-assign': 0,
4646
'no-trailing-spaces': 0,
47-
'no-multi-spaces': 0,
47+
'no-multi-spaces': [1, { exceptions: { 'Property': true, 'VariableDeclarator': true } }],
4848
'no-mixed-spaces-and-tabs': 0,
4949
'no-tabs': 0,
5050
'no-async-promise-executor': 0,

0 commit comments

Comments
 (0)