Skip to content

Commit 2086f12

Browse files
authored
Merge pull request #15 from facebook/next
Update Upstream
2 parents 7f6c37b + e76f360 commit 2086f12

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

Lines changed: 1 addition & 1 deletion
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)