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", "@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/eslint-plugin": "^6.21.0",
"eslint": "^8.42.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-import-resolver-typescript": "^3.10.0",
"eslint-plugin-header": "^3.1.1", "eslint-plugin-header": "^3.1.1",
"lint-staged": "^15.3.0", "lint-staged": "^15.3.0",

View File

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

1093
package-lock.json generated

File diff suppressed because it is too large Load Diff