Skip to content

Commit

Permalink
Add details page
Browse files Browse the repository at this point in the history
  • Loading branch information
goncy committed Aug 22, 2023
1 parent 33d5e0b commit edd8ae9
Show file tree
Hide file tree
Showing 21 changed files with 192 additions and 152 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ module.exports = {
plugins: ["prettier-plugin-tailwindcss"],
},
],
"@typescript-eslint/no-shadow": "off",
"import/order": [
"warn",
{
Expand Down
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"typescript.tsdk": "node_modules\\.pnpm\\[email protected]\\node_modules\\typescript\\lib",
"typescript.tsdk": "node_modules\\typescript\\lib",
"typescript.enablePromptUseWorkspaceTsdk": true
}
}
1 change: 0 additions & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
/// <reference types="next/navigation-types/compat/navigation" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"@types/jest": "^29.4.0",
"@types/node": "^18.13.0",
"@types/papaparse": "^5.3.7",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"@vercel/style-guide": "^4.0.2",
Expand All @@ -60,7 +60,7 @@
"tailwindcss": "^3.3.2",
"ts-jest": "^29.0.5",
"ts-standard": "^12.0.2",
"typescript": "^4.9.5",
"typescript": "^5.1.6",
"wait-on": "^7.0.1"
}
}
Loading

0 comments on commit edd8ae9

Please sign in to comment.