Files
stack/.prettierrc
T
jason.woltje 6d0d288e31 feat(P0-001): scaffold monorepo structure (#60)
Co-authored-by: Jason Woltje <[email protected]>
Co-committed-by: Jason Woltje <[email protected]>
2026-03-13 01:11:46 +00:00

7 lines
89 B
Plaintext

{
"singleQuote": true,
"trailingComma": "all",
"semi": true,
"printWidth": 100
}