chore: prettier

This commit is contained in:
Meow
2026-01-24 06:36:58 +08:00
parent aefcd935e1
commit 814d58c2b6
4 changed files with 26 additions and 15 deletions
+4 -9
View File
@@ -1,10 +1,5 @@
{
overrides: [
{
files: ['**/*.jsonc', '**/*.md'],
options: {
trailingComma: 'none',
}
}
]
}
"semi": false,
"trailingComma": "none",
"printWidth": 75
}