mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 17:05:32 +02:00
fix(prettier): adjust JSON and Markdown formatting options
This commit is contained in:
parent
8a021a3bff
commit
80dbb0c658
1 changed files with 2 additions and 1 deletions
|
@ -26,13 +26,14 @@ export default {
|
||||||
files: ["*.json", "*.jsonc"],
|
files: ["*.json", "*.jsonc"],
|
||||||
options: {
|
options: {
|
||||||
trailingComma: "none",
|
trailingComma: "none",
|
||||||
|
singleQuote: false,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
files: ["*.md", "*.mdx"],
|
files: ["*.md", "*.mdx"],
|
||||||
options: {
|
options: {
|
||||||
printWidth: 80,
|
printWidth: 80,
|
||||||
proseWrap: "always",
|
proseWrap: "never",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue