tldraw/.prettierrc
with-heart 2e36dadfec
chore: clean up local dev tooling (#856)
* chore: clean up husky + lint-staged

* chore: format all files with prettier
2022-07-28 08:19:53 +01:00

6 lines
90 B
Text

{
"trailingComma": "es5",
"singleQuote": true,
"semi": false,
"printWidth": 100
}