diff --git a/apps/editor/eslint.config.js b/apps/editor/eslint.config.js deleted file mode 100644 index 47b0670b..00000000 --- a/apps/editor/eslint.config.js +++ /dev/null @@ -1,4 +0,0 @@ -import { nextJsConfig } from "@repo/eslint-config/next-js"; - -/** @type {import("eslint").Linter.Config[]} */ -export default nextJsConfig; diff --git a/apps/editor/package.json b/apps/editor/package.json index ea1e89d5..8e43e376 100644 --- a/apps/editor/package.json +++ b/apps/editor/package.json @@ -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" } } diff --git a/bun.lock b/bun.lock index a534b51c..6b59f76a 100644 --- a/bun.lock +++ b/bun.lock @@ -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", }, },