From 6bacb748490fed63fc1c4a6572f7da43098249b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20My=C5=9Bliwiec?= Date: Mon, 21 Aug 2023 10:41:50 +0200 Subject: [PATCH] chore: disable @typescript-eslint/no-array-constructor rule --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index 5280ee09de5..37bb3aefba1 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -23,6 +23,7 @@ module.exports = { '@typescript-eslint/explicit-module-boundary-types': 'off', '@typescript-eslint/no-unused-vars': 'off', '@typescript-eslint/ban-types': 'off', + '@typescript-eslint/no-array-constructor': 'off', }, }, {