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:
Andreas Cederström
2018-03-23 14:41:28 +01:00
parent 1922f4d4d8
commit 33f1294f07

View File

@@ -131,7 +131,7 @@ module.exports = {
'no-unused-vars': [
'warn',
{
args: 'all',
args: 'none',
ignoreRestSiblings: true,
},
],