Skip to content

Commit

Permalink
Ignore multi-spaces on assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
itowhid06 committed Dec 7, 2020
1 parent 140f90f commit 2353888
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-config-base/rules/best-practices.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ module.exports = {
'no-multi-spaces': ['error', {
exceptions: {
VariableDeclarator: true,
AssignmentExpression: true,
},
ignoreEOLComments: false,
}],
Expand Down

0 comments on commit 2353888

Please sign in to comment.