fix: apply feedback

This commit is contained in:
yassinedorbozgithub 2025-06-12 18:38:59 +01:00
parent 9d46af1955
commit 38d8871f55
3 changed files with 365 additions and 745 deletions

View File

@ -55,7 +55,7 @@
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"eslint": "^8.42.0",
"eslint-config-next": "14.2.3",
"eslint-config-next": "^15.3.3",
"eslint-import-resolver-typescript": "^3.10.0",
"eslint-plugin-header": "^3.1.1",
"lint-staged": "^15.3.0",

View File

@ -1,11 +1,7 @@
{
"compilerOptions": {
"downlevelIteration": true,
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"strict": true,
@ -23,10 +19,9 @@
"name": "next"
}
],
"baseUrl": ".",
"paths": {
"@/*": [
"./src/*"
]
"@/*": ["./src/*"]
},
"target": "ES2017"
},
@ -37,7 +32,5 @@
".next/types/**/*.ts",
"global.d.ts"
],
"exclude": [
"node_modules"
]
"exclude": ["node_modules"]
}

1093
package-lock.json generated

File diff suppressed because it is too large Load Diff