feat: refactor ESLint configuration and update dependencies; improve error handling and code structure

This commit is contained in:
2026-01-19 23:55:01 +00:00
parent 1cbcb2051f
commit f25e5e0597
25 changed files with 102 additions and 110 deletions

View File

@@ -7,7 +7,7 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint": "eslint .",
"kill": "fuser -k 5000/tcp"
},
"dependencies": {
@@ -52,7 +52,7 @@
"marked": "^15.0.7",
"next": "16.1.3",
"next-themes": "^0.4.6",
"pyodide": "^0.29.1",
"pyodide": "^0.27.0",
"react": "^19.2.3",
"react-dom": "^19.0.0",
"react-error-boundary": "^6.0.0",