Skip to content

Commit

Permalink
Add default-param-last rule
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Sep 25, 2019
1 parent 7f94f4a commit f4ed7ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ module.exports = {
complexity: 'warn',
curly: 'error',
'default-case': 'error',
'default-param-last': 'error',
'dot-notation': 'error',
'dot-location': [
'error',
Expand Down

0 comments on commit f4ed7ee

Please sign in to comment.