Skip to content

Commit

Permalink
Revert "Change no-unused-vars 'args' from none to all to show warning…
Browse files Browse the repository at this point in the history
… on destructured objects"

This reverts commit 1dcb3db.
  • Loading branch information
andriijas committed Mar 23, 2018
1 parent 1922f4d commit 33f1294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-config-react-app/index.js
Expand Up @@ -131,7 +131,7 @@ module.exports = {
'no-unused-vars': [
'warn',
{
args: 'all',
args: 'none',
ignoreRestSiblings: true,
},
],
Expand Down

0 comments on commit 33f1294

Please sign in to comment.