From 46a91e0717b8a41ae915763815b85590d0ca0c21 Mon Sep 17 00:00:00 2001 From: EdJoPaTo Date: Sun, 28 Jul 2024 14:27:59 +0200 Subject: [PATCH] Fix TypeScript extension support (#764) --- config/plugins.cjs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/config/plugins.cjs b/config/plugins.cjs index 88712ab7..87933d55 100644 --- a/config/plugins.cjs +++ b/config/plugins.cjs @@ -315,13 +315,6 @@ module.exports = { 'n/file-extension-in-import': [ 'error', 'always', - { - // TypeScript doesn't yet support using extensions and fails with error TS2691. - '.ts': 'never', - '.tsx': 'never', - '.mts': 'never', - '.cts': 'never', - }, ], 'n/no-mixed-requires': [ 'error',