Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
feat(base): Add function-paren-newline rule
Browse files Browse the repository at this point in the history
Fix #25
  • Loading branch information
pvdlg committed Sep 2, 2017
1 parent 7131c2f commit a105db7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -173,6 +173,7 @@ module.exports = {
'func-name-matching': 2,
'func-names': [2, 'as-needed'],
'func-style': 0,
'function-paren-newline': 2,
'id-blacklist': 0,
'id-length': [2, {exceptions: ['i', 'j', 'k', 't', 'x', 'y', 'z', '_', '$']}],
'id-match': [2, '[a-zA-Z_][a-zA-Z0-9_]*$'],
Expand Down

0 comments on commit a105db7

Please sign in to comment.