mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-21 16:09:12 +03:00
b6af63fcb0
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
22 lines
424 B
Plaintext
22 lines
424 B
Plaintext
{
|
|
"$schema": "http://json-schema.org/draft-04/schema#",
|
|
"trailingComma": "none",
|
|
"tabWidth": 2,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"printWidth": 120,
|
|
"useTabs": false,
|
|
"bracketSpacing": true,
|
|
"proseWrap": "preserve",
|
|
"plugins": [
|
|
"prettier-plugin-svelte"
|
|
],
|
|
"overrides": [
|
|
{
|
|
"files": "*.svelte",
|
|
"options": {
|
|
"parser": "svelte"
|
|
}
|
|
}
|
|
]
|
|
} |