Files
receipts/.prettierrc
Dustin C. Hatch b55fb893e2 Implement basic page navigation w/ mock data
Obviously, we'll replace the mock `Database` with a Firefly III API
client, but this is here for now to support the UI interactions.
2025-03-08 11:16:35 -06:00

11 lines
119 B
Plaintext

{
"overrides": [
{
"files": "*.html.tera",
"options": {
"parser": "html"
}
}
]
}