We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8851e3 commit d0080cdCopy full SHA for d0080cd
prettier.config.mjs
@@ -11,22 +11,22 @@ export default {
11
useTabs: false,
12
overrides: [
13
{
14
- files: ["*.toml"],
+ files: ["*.json"],
15
options: {
16
+ trailingComma: "none",
17
printWidth: 80,
18
},
19
20
- files: ["*.ts", "*.tsx"],
21
+ files: ["*.toml"],
22
- parser: "typescript",
23
+ printWidth: 80,
24
25
26
- files: ["*.json"],
27
+ files: ["*.ts", "*.tsx"],
28
- trailingComma: "none",
29
- printWidth: 80,
+ parser: "typescript",
30
31
32
0 commit comments