mirror of
https://github.com/10h30/blog-balodeplao.git
synced 2026-05-12 23:21:16 +09:00
15 lines
215 B
Plaintext
15 lines
215 B
Plaintext
{
|
|
"semi": true,
|
|
"trailingComma": "all",
|
|
"tabWidth": 2,
|
|
"plugins": ["prettier-plugin-astro"],
|
|
"overrides": [
|
|
{
|
|
"files": "*.astro",
|
|
"options": {
|
|
"parser": "astro"
|
|
}
|
|
}
|
|
]
|
|
}
|