Skip to content

Commit

Permalink
fix: use proper ts prefix for js/cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Jan 12, 2024
1 parent 48b6059 commit 338eeb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/configs/typescript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@ export async function typescript(
{
files: ['**/*.js', '**/*.cjs'],
rules: {
'ts/no-require-imports': 'off',
'ts/no-var-requires': 'off',
'@typescript-eslint/no-require-imports': 'off',
'@typescript-eslint/no-var-requires': 'off',
},
},
];
Expand Down

0 comments on commit 338eeb0

Please sign in to comment.