From 4293892178aabba7dbcfcb8f1c17764516425af3 Mon Sep 17 00:00:00 2001 From: sriram veeraghanta Date: Fri, 29 Aug 2025 19:44:46 +0530 Subject: [PATCH] [WEB-4803] fix: eslint errors in code editors (#7675) * fix: eslint errors in code editors * fix: removed workspaces from package.json --- .npmrc | 2 +- apps/space/package.json | 1 - package.json | 4 ---- pnpm-lock.yaml | 3 --- 4 files changed, 1 insertion(+), 9 deletions(-) diff --git a/.npmrc b/.npmrc index 7c04f27e7..d652acc3b 100644 --- a/.npmrc +++ b/.npmrc @@ -14,7 +14,7 @@ strict-peer-dependencies=false # Turbo occasionally performs postinstall tasks for optimal performance # moved to pnpm-workspace.yaml: onlyBuiltDependencies (e.g., allow turbo) -public-hoist-pattern[]=eslint +public-hoist-pattern[]=*eslint* public-hoist-pattern[]=prettier public-hoist-pattern[]=typescript diff --git a/apps/space/package.json b/apps/space/package.json index 3ee32eccc..21224ffd9 100644 --- a/apps/space/package.json +++ b/apps/space/package.json @@ -64,7 +64,6 @@ "@types/react": "^18.3.11", "@types/react-dom": "^18.2.18", "@types/uuid": "^9.0.1", - "@typescript-eslint/eslint-plugin": "^8.36.0", "typescript": "5.8.3" } } diff --git a/package.json b/package.json index 6cac20f03..0aac4c734 100644 --- a/package.json +++ b/package.json @@ -5,10 +5,6 @@ "version": "0.28.0", "license": "AGPL-3.0", "private": true, - "workspaces": [ - "apps/*", - "packages/*" - ], "scripts": { "build": "turbo run build", "dev": "turbo run dev --concurrency=18", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0d6d6aba8..e358c3056 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -396,9 +396,6 @@ importers: '@types/uuid': specifier: ^9.0.1 version: 9.0.8 - '@typescript-eslint/eslint-plugin': - specifier: ^8.36.0 - version: 8.38.0(@typescript-eslint/parser@8.40.0(eslint@8.57.1)(typescript@5.8.3))(eslint@8.57.1)(typescript@5.8.3) typescript: specifier: 5.8.3 version: 5.8.3