diff --git a/eslint.config.js b/eslint.config.js index a88c26c..dbbf7a3 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -330,13 +330,6 @@ export default typescriptESLint.config( "@typescript-eslint/adjacent-overload-signatures": "error", - "@typescript-eslint/array-type": [ - "error", - { - default: "array-simple", - }, - ], - "@typescript-eslint/no-unsafe-function-type": "error", "@typescript-eslint/no-wrapper-object-types": "error", "@typescript-eslint/consistent-type-definitions": ["error", "interface"],