Skip to content

Commit

Permalink
Revert "added max-params rule"
Browse files Browse the repository at this point in the history
  • Loading branch information
vilaboim authored Oct 2, 2019
1 parent a870e96 commit 86a6479
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 86a6479

Please sign in to comment.