项目文件夹

文件
2026-07-13 12:38:36 +08:00

15 行
234 B
Plaintext

{
"singleQuote": true,
"endOfLine": "lf",
"trailingComma": "es5",
"plugins": ["prettier-plugin-tailwindcss"],
"overrides": [
{
"files": "*.mdoc",
"options": {
"parser": "markdown"
}
}
]
}