diff --git a/.eslintrc.js b/.eslintrc.js index 4847d5a8b..41fc4a248 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -129,6 +129,9 @@ module.exports = { // https://eslint.org/docs/latest/rules/no-undef#handled_by_typescript "no-undef": "error", + "@typescript-eslint/array-type": ["error", { + default: "array" + }], "@typescript-eslint/no-unused-vars": [ "error", {