chore: configure ESLint and fix Docker build issues
- Add TypeScript ESLint parser and plugin - Disable unnecessary ESLint rules for development - Fix unescaped entities in settings page - Update Docker configuration for development
This commit is contained in:
@@ -28,9 +28,12 @@
|
||||
"@types/node": "^20.11.16",
|
||||
"@types/react": "^18.2.52",
|
||||
"@types/react-dom": "^18.2.18",
|
||||
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
||||
"@typescript-eslint/parser": "^6.21.0",
|
||||
"autoprefixer": "^10.4.17",
|
||||
"eslint": "^8.56.0",
|
||||
"eslint-config-next": "14.1.0",
|
||||
"eslint-config-prettier": "^10.0.1",
|
||||
"postcss": "^8.4.33",
|
||||
"tailwindcss": "^3.4.1",
|
||||
"typescript": "^5.3.3"
|
||||
|
||||
Reference in New Issue
Block a user