Skip to content

Commit

Permalink
Remove excessively painful eslint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
gberaudo committed Nov 10, 2017
1 parent 717851b commit cd12f51
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .eslintrc-es6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,6 @@
# http://eslint.org/docs/rules/prefer-numeric-literals
'prefer-numeric-literals': 'error',

# use rest parameters instead of arguments
# http://eslint.org/docs/rules/prefer-rest-params
'prefer-rest-params': 'error',

# suggest using the spread operator instead of .apply()
# http://eslint.org/docs/rules/prefer-spread
'prefer-spread': 'error',
Expand Down

0 comments on commit cd12f51

Please sign in to comment.