[WEB-4803] fix: eslint errors in code editors (#7675)

* fix: eslint errors in code editors

* fix: removed workspaces from package.json
This commit is contained in:
sriram veeraghanta 2025-08-29 19:44:46 +05:30 committed by GitHub
parent ebd517bb7d
commit 4293892178
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 1 additions and 9 deletions

2
.npmrc
View File

@ -14,7 +14,7 @@ strict-peer-dependencies=false
# Turbo occasionally performs postinstall tasks for optimal performance # Turbo occasionally performs postinstall tasks for optimal performance
# moved to pnpm-workspace.yaml: onlyBuiltDependencies (e.g., allow turbo) # 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[]=prettier
public-hoist-pattern[]=typescript public-hoist-pattern[]=typescript

View File

@ -64,7 +64,6 @@
"@types/react": "^18.3.11", "@types/react": "^18.3.11",
"@types/react-dom": "^18.2.18", "@types/react-dom": "^18.2.18",
"@types/uuid": "^9.0.1", "@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^8.36.0",
"typescript": "5.8.3" "typescript": "5.8.3"
} }
} }

View File

@ -5,10 +5,6 @@
"version": "0.28.0", "version": "0.28.0",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"private": true, "private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": { "scripts": {
"build": "turbo run build", "build": "turbo run build",
"dev": "turbo run dev --concurrency=18", "dev": "turbo run dev --concurrency=18",

View File

@ -396,9 +396,6 @@ importers:
'@types/uuid': '@types/uuid':
specifier: ^9.0.1 specifier: ^9.0.1
version: 9.0.8 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: typescript:
specifier: 5.8.3 specifier: 5.8.3
version: 5.8.3 version: 5.8.3