Add ESLint config and dependencies

This commit is contained in:
2025-11-18 16:51:52 +08:00
parent 96ebca37d6
commit 009f4bf41e
3 changed files with 4070 additions and 0 deletions

5
.eslintrc.json Normal file
View File

@@ -0,0 +1,5 @@
{
"$schema": "https://json.schemastore.org/eslintrc",
"extends": ["next/core-web-vitals"],
"rules": {}
}

4063
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -37,6 +37,8 @@
"@types/node": "^24.10.1", "@types/node": "^24.10.1",
"@types/react": "^19.2.5", "@types/react": "^19.2.5",
"autoprefixer": "^10.4.22", "autoprefixer": "^10.4.22",
"eslint": "^8.57.1",
"eslint-config-next": "^13.5.11",
"postcss": "^8.5.6", "postcss": "^8.5.6",
"tailwindcss": "^3.4.18", "tailwindcss": "^3.4.18",
"typescript": "^5.9.3" "typescript": "^5.9.3"