mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-21 13:39:22 +01:00
f2b8d54ee5
* update to kea-typegen that runs through prettier * update logic type files * remove posthog-js yalc package regression * upgrade to 0.0.32 that fixes error with string literals in defaults * prettier wants to reformat things
8 lines
108 B
Plaintext
8 lines
108 B
Plaintext
{
|
|
"trailingComma": "es5",
|
|
"tabWidth": 4,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"printWidth": 120,
|
|
}
|