Skip to content

Commit

Permalink
feat: add default-param-last rule
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Apr 1, 2022
1 parent 85af1fe commit cf1eb1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rules/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ module.exports = {
'consistent-return': 2,
'curly': [2, 'all'],
'default-case': 2,
'default-param-last': 0,
'dot-notation': [1, {
'allowKeywords': true,
}],
Expand Down

0 comments on commit cf1eb1a

Please sign in to comment.