chore: remove ESLint and associated dependencies from project configuration

This commit is contained in:
Your Name
2026-04-10 11:00:04 +05:30
parent 6a9c9d0812
commit e39e56a105
3 changed files with 3 additions and 318 deletions
+3 -7
View File
@@ -6,7 +6,9 @@
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"lint": "biome lint ./src",
"format": "biome format ./src --write",
"check": "biome check --write ./src",
"preview": "vite preview"
},
"dependencies": {
@@ -19,17 +21,11 @@
},
"devDependencies": {
"@biomejs/biome": "^2.4.10",
"@eslint/js": "^9.39.4",
"@types/node": "^24.12.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"eslint": "^9.39.4",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.4.0",
"typescript": "~6.0.2",
"typescript-eslint": "^8.58.0",
"vite": "^8.0.4"
}
}