Skip to content

Commit 46a91e0

Browse files
authoredJul 28, 2024··
Fix TypeScript extension support (#764)
1 parent 92216f4 commit 46a91e0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed
 

Diff for: ‎config/plugins.cjs

-7
Original file line numberDiff line numberDiff line change
@@ -315,13 +315,6 @@ module.exports = {
315315
'n/file-extension-in-import': [
316316
'error',
317317
'always',
318-
{
319-
// TypeScript doesn't yet support using extensions and fails with error TS2691.
320-
'.ts': 'never',
321-
'.tsx': 'never',
322-
'.mts': 'never',
323-
'.cts': 'never',
324-
},
325318
],
326319
'n/no-mixed-requires': [
327320
'error',

0 commit comments

Comments
 (0)
Please sign in to comment.