Skip to content

Commit

Permalink
Relax rule: Enforce default parameters to be last (default-param-last)
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Nov 18, 2020
1 parent 90742cb commit 25a0d26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"constructor-super": "error",
"curly": ["error", "multi-line"],
"default-case-last": "error",
"default-param-last": ["error"],
"dot-location": ["error", "property"],
"dot-notation": ["error", { "allowKeywords": true }],
"eol-last": "error",
Expand Down

0 comments on commit 25a0d26

Please sign in to comment.