diff --git a/.eslintrc.js b/.eslintrc.js index c95bb80..7c39911 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -20,7 +20,7 @@ module.exports = { 'prefer-const': [ 'error', { - 'destructuring': 'any', + 'destructuring': 'all', 'ignoreReadBeforeAssign': false } ],