mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-22 01:46:51 +01:00
15 lines
247 B
JSON
15 lines
247 B
JSON
|
{
|
||
|
"semi": false,
|
||
|
"singleQuote": true,
|
||
|
"trailingComma": "none",
|
||
|
"tabWidth": 2,
|
||
|
"endOfLine": "lf",
|
||
|
"plugins": ["prettier-plugin-astro"],
|
||
|
"overrides": [
|
||
|
{
|
||
|
"files": "*.astro",
|
||
|
"options": { "parser": "astro" }
|
||
|
}
|
||
|
]
|
||
|
}
|