mirror of
https://github.com/mauriceboe/TREK.git
synced 2026-06-19 05:11:46 +00:00
19 lines
342 B
Plaintext
19 lines
342 B
Plaintext
{
|
|
"printWidth": 120,
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"plugins": [
|
|
"prettier-plugin-organize-imports",
|
|
"@trivago/prettier-plugin-sort-imports"
|
|
],
|
|
"importOrder": [
|
|
"^[a-zA-Z]",
|
|
"^@/.*"
|
|
],
|
|
"importOrderSeparation": true,
|
|
"importOrderParserPlugins": [
|
|
"typescript",
|
|
"decorators-legacy"
|
|
]
|
|
}
|