From e05233d429041c469d3b422271229940fdaef5af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Tue, 26 Nov 2024 20:57:16 +0100 Subject: [PATCH] fix: relax `@typescript-eslint/array-type` --- eslint.config.js | 7 ------- 1 file changed, 7 deletions(-) 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"],