tldraw/apps/docs/scripts
Steve Ruiz a1e242ae3a
[DX] Use tabs in JSON.stringify (#2674)
Occasionally the auto-built items, such as Sections.json, will be
flagged as having changes in a commit. This is because we generate that
file using spaces but our formatting uses tabs.

This PR changes all JSON.stringify({}, null, 2) to JSON.stringify({},
null, '\t'). Problem solved!

### Change Type

- [x] `patch` — Bug fix
2024-01-28 21:13:47 +00:00
..
functions [DX] Use tabs in JSON.stringify (#2674) 2024-01-28 21:13:47 +00:00
check-broken-links.ts Add docs (#2470) 2024-01-15 12:33:15 +00:00
check-vector.ts Add docs (#2470) 2024-01-15 12:33:15 +00:00
create-api-markdown.ts Add docs (#2470) 2024-01-15 12:33:15 +00:00
fetch-api-source.ts Add docs (#2470) 2024-01-15 12:33:15 +00:00
fetch-releases.ts Add docs (#2470) 2024-01-15 12:33:15 +00:00
refresh-content.ts Add docs (#2470) 2024-01-15 12:33:15 +00:00
refresh-embeddings.ts Add docs (#2470) 2024-01-15 12:33:15 +00:00
reset-db.ts Add docs (#2470) 2024-01-15 12:33:15 +00:00
utils.ts Add docs (#2470) 2024-01-15 12:33:15 +00:00