mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-17 05:54:19 +01:00
17 lines
337 B
Plaintext
17 lines
337 B
Plaintext
{
|
|
"printWidth": 100,
|
|
"trailingComma": "all",
|
|
"tabWidth": 2,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"overrides": [
|
|
{
|
|
"__comment__": "This should be removed if this is fixed: https://github.com/prettier/prettier/pull/15927",
|
|
"files": "tsconfig.json",
|
|
"options": {
|
|
"parser": "json"
|
|
}
|
|
}
|
|
]
|
|
}
|