Skip to content

Commit

Permalink
Change no-unused-vars to disallow args after used
Browse files Browse the repository at this point in the history
Fixes #2
  • Loading branch information
voxpelli committed Jul 25, 2019
1 parent f3cabf4 commit 38f7416
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"func-style": [1, "expression", { "allowArrowFunctions": true }],
"no-console": 1,
"no-multi-spaces": ["error", {"ignoreEOLComments": true}],
"no-unused-vars": ["error", {"args": "after-used", "ignoreRestSiblings": true}],
"no-var": 2,
"no-warning-comments": [1, { "terms": ["fixme"] }],
"object-shorthand": [2, "properties"],
Expand Down

0 comments on commit 38f7416

Please sign in to comment.