mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-24 12:14:05 +03:00
9 lines
165 B
Plaintext
9 lines
165 B
Plaintext
{
|
|
"singleQuote": true,
|
|
"semi": false,
|
|
"trailingComma": "none",
|
|
"overrides": [
|
|
{ "files": [".changes/**.md"], "options": { "singleQuote": false } }
|
|
]
|
|
}
|