From e5bdc8e0bc5d88d67b6bae43c3bfc03a287636ad Mon Sep 17 00:00:00 2001 From: ChristopherPHolder Date: Thu, 29 Feb 2024 12:14:26 +0100 Subject: [PATCH] fix: test extend @code-pushup --- .eslintrc.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 4ab67bde..53d4f236 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -10,10 +10,5 @@ } } }, - "overrides": [ - { - "files": ["*.ts"], - "extends": ["@code-pushup"] - } - ] + "extends": ["@code-pushup"] }