mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-03-29 00:18:13 +08:00
Revert "Change no-unused-vars 'args' from none to all to show warning on destructured objects"
This reverts commit 1dcb3db3ed.
This commit is contained in:
@@ -131,7 +131,7 @@ module.exports = {
|
||||
'no-unused-vars': [
|
||||
'warn',
|
||||
{
|
||||
args: 'all',
|
||||
args: 'none',
|
||||
ignoreRestSiblings: true,
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user