Skip to content

Commit

Permalink
Update ESLint config
Browse files Browse the repository at this point in the history
  • Loading branch information
thesephist committed Jan 31, 2019
1 parent e41892c commit 8c11a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Expand Up @@ -142,7 +142,7 @@ module.exports = {
'max-lines': 'off',
'max-lines-per-function': 'off',
'max-nested-callbacks': 'error',
'max-params': 'error',
'max-params': 'off',
'max-statements': 'off',
'max-statements-per-line': 'error',
'multiline-comment-style': 'off',
Expand Down

0 comments on commit 8c11a98

Please sign in to comment.