Skip to content

Commit 44ec953

Browse files
committed
add ignoreEOL for multiple spaces rule
1 parent a6aff77 commit 44ec953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ module.exports = {
7474
'no-labels': [2, { 'allowLoop': false, 'allowSwitch': false }],
7575
'no-lone-blocks': 2,
7676
'no-mixed-spaces-and-tabs': 2,
77-
'no-multi-spaces': 2,
77+
'no-multi-spaces': [2, { "ignoreEOLComments": true }],
7878
'no-multi-str': 2,
7979
'no-multiple-empty-lines': [2, { 'max': 1 }],
8080
'no-native-reassign': 2,

0 commit comments

Comments
 (0)