diff --git a/src/index.js b/src/index.js index 1d5e93a4..a2134310 100644 --- a/src/index.js +++ b/src/index.js @@ -73,6 +73,7 @@ module.exports = defineConfig([ }, }, rules: { + '@typescript-eslint/array-type': ['error', { default: 'array-simple' }], '@typescript-eslint/ban-ts-comment': 'warn', '@typescript-eslint/no-floating-promises': 'error', '@typescript-eslint/no-non-null-assertion': 'off',