From 4cf77fc3e31ca66194056f595972277fc56c4272 Mon Sep 17 00:00:00 2001 From: itwillwork Date: Tue, 23 Jul 2024 11:10:32 +0300 Subject: [PATCH] ci: add eslint rule --- .eslintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc b/.eslintrc index 7a1f7074..7ae642bd 100644 --- a/.eslintrc +++ b/.eslintrc @@ -12,6 +12,7 @@ "consistent-return": "off", "no-negated-condition": "off", "@typescript-eslint/explicit-function-return-type": "error", + "@typescript-eslint/array-type": ["error", { "default": "array" }], "object-shorthand": "error", "no-implicit-globals": "off", "camelcase": "off",