Skip to content

Commit

Permalink
strict
Browse files Browse the repository at this point in the history
  • Loading branch information
nirtamir2 committed Jun 8, 2024
1 parent 993cae4 commit 71025d6
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 @@ -103,8 +103,8 @@ export async function typescript(
makeParser(false, files, filesTypeAware),
]
: [makeParser(false, files)],
...tseslint.configs.recommended,
...isTypeAware ? tseslint.configs.recommendedTypeChecked: [],
...tseslint.configs.strict,
...isTypeAware ? tseslint.configs.strictTypeChecked : [],
{
files,
name: 'antfu/typescript/rules',
Expand Down

0 comments on commit 71025d6

Please sign in to comment.