mirror of
https://github.com/altcha-org/altcha.git
synced 2026-01-24 20:06:40 +00:00
8 lines
202 B
Plaintext
8 lines
202 B
Plaintext
{
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"tabWidth": 2,
|
|
"trailingComma": "es5",
|
|
"plugins": ["prettier-plugin-svelte"],
|
|
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
|
|
} |