Skip to content

Commit

Permalink
fix: Fixes formatting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaysingh2219 committed Apr 16, 2024
1 parent 10cc292 commit 2b19597
Show file tree
Hide file tree
Showing 4 changed files with 533 additions and 328 deletions.
9 changes: 4 additions & 5 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"eslint": "^8.56.0",
"husky": "^9.0.7",
"postcss": "^8",
"prettier": "^3.2.4",
"prettier": "3.2.5",
"prisma": "^5.6.0",
"tailwindcss": "^3.3.0",
"ts-node": "^10.9.2",
Expand Down
10 changes: 5 additions & 5 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"incremental": true,
"plugins": [
{
"name": "next",
},
"name": "next"
}
],
"paths": {
"@/*": ["./src/*"],
},
"@/*": ["./src/*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules"],
"exclude": ["node_modules"]
}
Loading

0 comments on commit 2b19597

Please sign in to comment.