diff --git a/.eslintrc.js b/.eslintrc.js index 3c9fd38f1..ba8803d0b 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -29,7 +29,7 @@ module.exports = { "no-multiple-empty-lines": ["error", { "max": 2 }], "no-self-assign": ["error", { "props": false }], "no-trailing-spaces": ["error"], - "no-unused-vars": ["error", { argsIgnorePattern: "_*" , "ignoreRestSiblings": true}], + "no-unused-vars": ["error", { argsIgnorePattern: "_*" }], "no-useless-escape": "off", "no-var": ["error"], "prefer-const": ["error"],