diff --git a/.eslintrc.json b/.eslintrc.json index 93b2a4ce..b748c5de 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -212,7 +212,10 @@ ], "no-trailing-spaces": "warn", "no-unsafe-finally": "warn", - "no-unused-vars": ["warn", { "vars": "all" }], + "no-unused-vars": ["warn", { + "vars": "all", + "args": "none" + }], "no-var": "warn", "one-var": [ "warn",