Skip to content

Commit d0080cd

Browse files
fix: reorder
1 parent f8851e3 commit d0080cd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

prettier.config.mjs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,22 @@ export default {
1111
useTabs: false,
1212
overrides: [
1313
{
14-
files: ["*.toml"],
14+
files: ["*.json"],
1515
options: {
16+
trailingComma: "none",
1617
printWidth: 80,
1718
},
1819
},
1920
{
20-
files: ["*.ts", "*.tsx"],
21+
files: ["*.toml"],
2122
options: {
22-
parser: "typescript",
23+
printWidth: 80,
2324
},
2425
},
2526
{
26-
files: ["*.json"],
27+
files: ["*.ts", "*.tsx"],
2728
options: {
28-
trailingComma: "none",
29-
printWidth: 80,
29+
parser: "typescript",
3030
},
3131
},
3232
{

0 commit comments

Comments
 (0)