Skip to content

Commit

Permalink
fix: remove no-multi-spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 2, 2018
1 parent c4f886f commit d41418a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module.exports = {
'capitalized-comments': 0,
'comma-dangle': ['error', 'always-multiline'],
'default-case': 0,
'no-multi-spaces': 0,
'node/shebang': 0,
'unicorn/filename-case': ['error', {case: 'snakeCase'}],
curly: 0,
Expand Down

0 comments on commit d41418a

Please sign in to comment.