Skip to content

Commit 94f4352

Browse files
committed
Enforce default parameters to be last (default-param-last)
Fixes: standard/standard#1414
1 parent 31318de commit 94f4352

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslintrc.json

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"constructor-super": "error",
5353
"curly": ["error", "multi-line"],
5454
"default-case-last": "error",
55+
"default-param-last": ["error"],
5556
"dot-location": ["error", "property"],
5657
"dot-notation": ["error", { "allowKeywords": true }],
5758
"eol-last": "error",

0 commit comments

Comments
 (0)