Skip to content

Commit

Permalink
feat(max-params): new rule max-params=3 (default)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSwitch committed Sep 27, 2021
1 parent d1a2b71 commit 89bcd97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslintrc.json
Expand Up @@ -34,6 +34,7 @@
"key-spacing": [2, {"beforeColon": false, "afterColon": true}],
"keyword-spacing": [2, { "before": true }],
"linebreak-style": [2, "unix"],
"max-params": [2, {"max": 3}],
"no-alert": 2,
"no-await-in-loop": 2,
"no-caller": 2,
Expand Down

0 comments on commit 89bcd97

Please sign in to comment.