From e5e91a5d5ca71627a0739332c6a09664be000d13 Mon Sep 17 00:00:00 2001 From: Nir Tamir Date: Tue, 24 Sep 2024 12:02:15 +0300 Subject: [PATCH] warn --- src/configs/typescript.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configs/typescript.ts b/src/configs/typescript.ts index 76cfa4e1fe..342b81c09e 100644 --- a/src/configs/typescript.ts +++ b/src/configs/typescript.ts @@ -495,7 +495,7 @@ export async function typescript( name: "nirtamir2/typescript/paths", files, rules: { - "paths/alias": "error", + "paths/alias": "warn", }, }, isTypeAware ? [] : tseslint.configs.disableTypeChecked,