Skip to content

Commit 25a0d26

Browse files
committedNov 18, 2020
Relax rule: Enforce default parameters to be last (default-param-last)
For standard/standard#1414
1 parent 90742cb commit 25a0d26

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎eslintrc.json

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
"constructor-super": "error",
5555
"curly": ["error", "multi-line"],
5656
"default-case-last": "error",
57-
"default-param-last": ["error"],
5857
"dot-location": ["error", "property"],
5958
"dot-notation": ["error", { "allowKeywords": true }],
6059
"eol-last": "error",

0 commit comments

Comments
 (0)
Please sign in to comment.