Skip to content

Commit 6366152

Browse files
committed
Fix rule removed by patch version of eslint-config-standard
1 parent 23b098d commit 6366152

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ module.exports = {
3232
complexity: [2, 5],
3333
'consistent-this': 2,
3434
'default-case': 2,
35+
'default-param-last': 2,
3536
'func-name-matching': [2, { considerPropertyDescriptor: true }],
3637
'func-names': [2, 'as-needed'],
3738
'func-style': 2,

0 commit comments

Comments
 (0)