0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-29 02:46:32 +01:00
posthog/.prettierrc
Michael Matloka a5a6ab54dd
Add CI and set up Jest (#23)
* Add CI and set up Jest

* Update yarn.lock

* Fix CI

* Fix test script

* Create .prettierignore
2020-11-26 09:10:46 +01:00

8 lines
117 B
Plaintext

{
"trailingComma": "es5",
"tabWidth": 4,
"semi": false,
"singleQuote": true,
"printWidth": 120
}