This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
posthog
Watch
0
Star
0
Fork
0
You've already forked posthog
mirror of
https://github.com/PostHog/posthog.git
synced
2024-11-22 08:40:03 +01:00
Code
Issues
Releases
Activity
f5f792443e
posthog
/
.prettierrc
8 lines
108 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Prettify js code (#329) * add prettier and some options * add pre-commit hooks Co-authored-by: Marius Andra <marius.andra@gmail.com>
2020-03-11 21:08:52 +01:00
{
"trailingComma": "es5",
"tabWidth": 4,
"semi": false,
set prettier line width to 120 for saner looking code
2020-03-20 11:24:59 +01:00
"singleQuote": true,
Kea TypeGen 0.0.31 (#1297) * 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
2020-07-29 11:21:00 +02:00
"printWidth": 120,
Prettify js code (#329) * add prettier and some options * add pre-commit hooks Co-authored-by: Marius Andra <marius.andra@gmail.com>
2020-03-11 21:08:52 +01:00
}
Copy Permalink