Fix fullscreen controls and refresh lint setup

This commit is contained in:
Mert Uyanık
2025-10-29 08:15:14 +03:00
parent 90cef46560
commit 379f0a0058
5 changed files with 150 additions and 37 deletions
+8 -6
View File
@@ -22,21 +22,23 @@
"build": "tsc && vite build",
"build:lib": "tsc && vite build --config vite.config.lib.ts",
"preview": "vite preview",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
"lint": "eslint . --report-unused-disable-directives --max-warnings 0"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@eslint/js": "^9.7.0",
"globals": "^15.6.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"eslint": "^9.7.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.5.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.2.2",