Skip to content

Commit

Permalink
feat: set space-before-function-paren
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 28, 2018
1 parent 96fd87c commit 3b51d21
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 = {
'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 3b51d21

Please sign in to comment.