removing eslint

This commit is contained in:
wass08
2026-01-14 09:04:19 +09:00
parent c9d84ea126
commit f5391e27fc
3 changed files with 1 additions and 9 deletions
-4
View File
@@ -1,4 +0,0 @@
import { nextJsConfig } from "@repo/eslint-config/next-js";
/** @type {import("eslint").Linter.Config[]} */
export default nextJsConfig;
+1 -3
View File
@@ -7,7 +7,7 @@
"dev": "next dev --port 3000",
"build": "next build",
"start": "next start",
"lint": "eslint --max-warnings 0",
"lint": "biome lint",
"check-types": "next typegen && tsc --noEmit"
},
"dependencies": {
@@ -26,12 +26,10 @@
"three": "^0.182.0"
},
"devDependencies": {
"@repo/eslint-config": "*",
"@repo/typescript-config": "*",
"@types/node": "^22.15.3",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"eslint": "^9.39.1",
"typescript": "5.9.2"
}
}
-2
View File
@@ -29,12 +29,10 @@
"three": "^0.182.0",
},
"devDependencies": {
"@repo/eslint-config": "*",
"@repo/typescript-config": "*",
"@types/node": "^22.15.3",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"eslint": "^9.39.1",
"typescript": "5.9.2",
},
},