mirror of
https://github.com/acedanger/finance.git
synced 2025-12-05 22:50:12 -08:00
fix: update ignore pattern in biome.json and format imports in TransactionTable.astro
This commit is contained in:
@@ -39,7 +39,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"files": {
|
"files": {
|
||||||
"ignore": ["dist", "node_modules", ".astro", "coverage"]
|
"ignore": ["dist", "node_modules", "**/*.astro", "coverage"]
|
||||||
},
|
},
|
||||||
"vcs": {
|
"vcs": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
import type { Transaction } from '@types';
|
import type { Transaction } from "@types";
|
||||||
|
import { formatDate, formatCurrency } from "@utils";
|
||||||
|
|
||||||
interface Props {
|
interface Props {
|
||||||
transactions: Transaction[];
|
transactions: Transaction[];
|
||||||
|
|||||||
Reference in New Issue
Block a user