Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
amitsingh-007 committed Jan 22, 2025
1 parent 477c225 commit 49b4094
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 9 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
},
"devDependencies": {
"@eslint/compat": "1.2.4",
"@eslint/js": "9.18.0",
"@types/node": "22.10.2",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
Expand Down
25 changes: 17 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/types/database.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { UserRecord } from 'firebase-admin/auth';
import { OrderByDirection, WhereFilterOp } from 'firebase-admin/firestore';
import { CardSchema, CardTransactionSchema } from './firestore';
import { z } from 'zod';
Expand Down

0 comments on commit 49b4094

Please sign in to comment.