reference/.prettierrc
2022-10-29 00:24:39 +08:00

10 lines
226 B
Plaintext

{
"singleQuote": true,
"trailingComma": "all",
"printWidth": 120,
"overrides": [
{ "files": ".prettierrc", "options": { "parser": "json" } },
{ "files": ".lintstagedrc", "options": { "parser": "json" } }
]
}