Skip to content

Commit 1dcb3db

Browse files
committed
Change no-unused-vars 'args' from none to all to show warning on destructured objects
1 parent cb3f835 commit 1dcb3db

File tree

1 file changed

+1
-1
lines changed
  • packages/eslint-config-react-app

1 file changed

+1
-1
lines changed

packages/eslint-config-react-app/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ module.exports = {
131131
'no-unused-vars': [
132132
'warn',
133133
{
134-
args: 'none',
134+
args: 'all',
135135
ignoreRestSiblings: true,
136136
},
137137
],

0 commit comments

Comments
 (0)