Skip to content

Commit bf94997

Browse files
authored
fix: [FFM-8615]: ensure wait for initialization waits for initialization (#77)
1 parent 1bd206c commit bf94997

File tree

7 files changed

+663
-126
lines changed

7 files changed

+663
-126
lines changed

.prettierrc

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
11
{
22
"singleQuote": true,
3-
"trailingComma": "all",
4-
"overrides": [
5-
{
6-
"files": ["*.ts", "*.js", "*.mjs"],
7-
"options": {
8-
"parser": "typescript"
9-
}
10-
}
11-
]
3+
"trailingComma": "all"
124
}

0 commit comments

Comments
 (0)