diff --git a/.eslintrc b/.eslintrc index cebf5b47..93f9297b 100644 --- a/.eslintrc +++ b/.eslintrc @@ -27,11 +27,6 @@ "no-console": "off", "require-atomic-updates": "off", "require-await": "warn", - "no-unused-vars": [ - "warn", - { - "argsIgnorePattern": "_" - } - ] + "no-unused-vars": ["warn", { "argsIgnorePattern": "_" }] } -} \ No newline at end of file +}