Skip to content

Commit

Permalink
Revert "feat: set space-before-function-paren"
Browse files Browse the repository at this point in the history
This reverts commit 3b51d21.
  • Loading branch information
jdx committed Jan 28, 2018
1 parent 3006d90 commit a9eb91e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ module.exports = {
'comma-dangle': ['error', 'always-multiline'],
'default-case': 0,
'node/shebang': 0,
'space-before-function-paren': ['error', 'always'],
'unicorn/filename-case': ['error', {case: 'snakeCase'}],
curly: 0,
quotes: ['error', 'single', {avoidEscape: true}],
Expand Down

0 comments on commit a9eb91e

Please sign in to comment.