Skip to content

Commit

Permalink
Enforce extensions on TypeScript files as well (#639)
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Nov 26, 2021
1 parent 1d2409f commit 0e90967
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions config/plugins.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -194,11 +194,6 @@ module.exports = {
'always',
{
ignorePackages: true,
// TypeScript doesn't yet support using extensions and fails with error TS2691.
pattern: {
ts: 'never',
tsx: 'never',
},
},
],
'import/first': 'error',
Expand Down

0 comments on commit 0e90967

Please sign in to comment.