mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-17 05:54:19 +01:00
fix: prettierrc
This commit is contained in:
11
.prettierrc
11
.prettierrc
@@ -3,5 +3,14 @@
|
||||
"trailingComma": "all",
|
||||
"tabWidth": 2,
|
||||
"semi": true,
|
||||
"singleQuote": 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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user