38d74a9ff0
This reverts commit b6716a3750
.
Not sure why, but this introduced a `/// <references />` comment in the
tldraw/tldraw api-report.md file that doesn't show up when you build
from brivate. Reverting for now.
### Change Type
- [x] `dependencies` — Changes to package dependencies[^1]
### Test Plan
-
### Release Notes
-
9 lines
No EOL
169 B
Text
9 lines
No EOL
169 B
Text
{
|
|
"trailingComma": "es5",
|
|
"singleQuote": true,
|
|
"semi": false,
|
|
"printWidth": 100,
|
|
"tabWidth": 2,
|
|
"useTabs": true,
|
|
"plugins": ["prettier-plugin-organize-imports"]
|
|
} |