Skip to content

Commit

Permalink
Fix TypeScript extension support (#764)
Browse files Browse the repository at this point in the history
  • Loading branch information
EdJoPaTo committed Jul 28, 2024
1 parent 92216f4 commit 46a91e0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions config/plugins.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 46a91e0

Please sign in to comment.