mirror of
https://github.com/vitejs/vite.git
synced 2024-11-21 22:59:10 +00:00
5a56941a89
Co-authored-by: Arnaud Barré <arnaud.barre@carbometrix.com>
20 lines
290 B
JSON
20 lines
290 B
JSON
{
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"overrides": [
|
|
{
|
|
"files": ["*.json5"],
|
|
"options": {
|
|
"singleQuote": false,
|
|
"quoteProps": "preserve"
|
|
}
|
|
},
|
|
{
|
|
"files": ["*.yml"],
|
|
"options": {
|
|
"singleQuote": false
|
|
}
|
|
}
|
|
]
|
|
}
|