Skip to content

Commit

Permalink
Change no-unused-vars 'args' from none to all to show warning on dest…
Browse files Browse the repository at this point in the history
…ructured objects
  • Loading branch information
goncy committed Mar 20, 2018
1 parent cb3f835 commit 1dcb3db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-config-react-app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ module.exports = {
'no-unused-vars': [
'warn',
{
args: 'none',
args: 'all',
ignoreRestSiblings: true,
},
],
Expand Down

0 comments on commit 1dcb3db

Please sign in to comment.