Skip to content

Commit

Permalink
Merge pull request #31 from SoftboxLab/revert-29-max-params
Browse files Browse the repository at this point in the history
Revert "added max-params rule"
  • Loading branch information
vilaboim authored Oct 11, 2019
2 parents a870e96 + 86a6479 commit 13e9956
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rules/gandalf.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ module.exports = {
'exports': 'never',
'functions': 'never'
}],
'max-params': ['error', 3],
'space-before-blocks': 'error',
'no-param-reassign': 'error',
'prefer-spread': 'error',
Expand Down

0 comments on commit 13e9956

Please sign in to comment.