mirror of
https://github.com/lbr77/blog-astro.git
synced 2026-04-08 16:11:56 +00:00
13 lines
171 B
Plaintext
13 lines
171 B
Plaintext
{
|
|
"trailingComma": "es5",
|
|
"singleQuote": true,
|
|
"overrides": [
|
|
{
|
|
"files": ["*.ts", "*.astro"],
|
|
"options": {
|
|
"semi": false
|
|
}
|
|
}
|
|
]
|
|
}
|