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.
1 parent 7211a2c commit 4d8308cCopy full SHA for 4d8308c
index.js
@@ -44,7 +44,7 @@ module.exports = {
44
'import/no-extraneous-dependencies': 0,
45
'no-return-assign': 0,
46
'no-trailing-spaces': 0,
47
- 'no-multi-spaces': 0,
+ 'no-multi-spaces': [1, { exceptions: { 'Property': true, 'VariableDeclarator': true } }],
48
'no-mixed-spaces-and-tabs': 0,
49
'no-tabs': 0,
50
'no-async-promise-executor': 0,
0 commit comments