From 87d6b7d76f3934e0c71aad028a6253c9de601b45 Mon Sep 17 00:00:00 2001 From: Jerel Miller Date: Fri, 5 Jun 2020 23:59:52 -0700 Subject: [PATCH] chore: Set argsIgnorePattern in eslint --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index 638c78d21..849758db1 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -31,6 +31,7 @@ module.exports = { vars: 'all', varsIgnorePattern: '^_', args: 'after-used', + argsIgnorePattern: '^_', ignoreRestSiblings: false, }, ],