diff --git a/.eslintrc.js b/.eslintrc.js index 5280ee09de5..37bb3aefba1 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -23,6 +23,7 @@ module.exports = { '@typescript-eslint/explicit-module-boundary-types': 'off', '@typescript-eslint/no-unused-vars': 'off', '@typescript-eslint/ban-types': 'off', + '@typescript-eslint/no-array-constructor': 'off', }, }, {