diff --git a/config/eslint.js b/config/eslint.js index f3ffdf528f2..d83c66a85f7 100644 --- a/config/eslint.js +++ b/config/eslint.js @@ -133,6 +133,7 @@ module.exports = { 'no-unused-labels': 'warn', 'no-unused-vars': ['warn', { vars: 'local', + varsIgnorePattern: '^_', args: 'none' }], 'no-use-before-define': ['warn', 'nofunc'],