Skip to content

Commit

Permalink
turn off eslint rule: prefer-rest-params
Browse files Browse the repository at this point in the history
  • Loading branch information
jinzhan committed Oct 18, 2021
1 parent 6465416 commit bcd4ff9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module.exports = {
rules: {
'comma-dangle': 'off',
'brace-style': 'off',
'prefer-rest-params': 'off',
'no-unused-vars': 'error',
'no-console': 'error',
'guard-for-in': 'error'
Expand Down

0 comments on commit bcd4ff9

Please sign in to comment.