Add ESLint config and dependencies
This commit is contained in:
5
.eslintrc.json
Normal file
5
.eslintrc.json
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://json.schemastore.org/eslintrc",
|
||||||
|
"extends": ["next/core-web-vitals"],
|
||||||
|
"rules": {}
|
||||||
|
}
|
||||||
4063
package-lock.json
generated
4063
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user