Skip to content

Commit

Permalink
infra: ensure prettier targets mts/cts/mjs/cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
AviVahl committed Aug 10, 2023
1 parent e8c1d4b commit babdb2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"singleQuote": true,
"overrides": [
{
"files": ["*.js", "*.ts", "*.tsx"],
"files": ["*.js", "*.cjs", "*.mjs", "*.ts", "*.tsx", "*.cts", "*.mts"],
"options": {
"tabWidth": 4
}
Expand Down

0 comments on commit babdb2a

Please sign in to comment.