Skip to content

Commit

Permalink
chore: change makeParser order in typescript configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Sep 19, 2024
1 parent e683b70 commit cd18129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configs/typescript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ export async function typescript(
// assign type-aware parser for type-aware files and type-unaware parser for the rest
...isTypeAware
? [
makeParser(false, files),
makeParser(true, filesTypeAware, ignoresTypeAware),
makeParser(false, files, filesTypeAware),
]
: [
makeParser(false, files),
Expand Down

0 comments on commit cd18129

Please sign in to comment.