Skip to content

Commit ab2aa36

Browse files
chore: remove stale workspace eslint wiring (#1563)
Co-authored-by: @mrubens <2600+mrubens@users.noreply.github.com>
1 parent c5ddaa5 commit ab2aa36

55 files changed

Lines changed: 4 additions & 271 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This repository is open source. Treat GitHub and other public surfaces as fully
2727

2828
## Build
2929

30-
- `pnpm lint` — oxfmt format check + oxlint + residual ESLint across workspaces
30+
- `pnpm lint` — oxfmt format check + monorepo oxlint + residual ESLint in web and worker
3131
- `pnpm check-types` — TypeScript type checking
3232
- `pnpm format` — oxfmt formatting
3333

@@ -40,7 +40,7 @@ This repository is open source. Treat GitHub and other public surfaces as fully
4040
- `pnpm lint:fast && pnpm check-types:fast && pnpm knip` — Matches the full pre-push suite (pre-push runs the same gates in parallel after oxlint)
4141
- `pnpm check` — Runs lint + check-types + test + knip
4242
- If `pnpm lint` fails because of formatting, run `pnpm format` and rerun `pnpm lint`
43-
- Pre-commit hooks: `lint-staged` (oxfmt on staged files). Pre-push: `node scripts/pre-push-checks.mjs` (oxlint, then residual ESLint + `check-types:fast` + knip in parallel).
43+
- Pre-commit hooks: `lint-staged` (oxfmt on staged files). Pre-push: `node scripts/pre-push-checks.mjs` (oxlint, then web/worker residual ESLint + `check-types:fast` + knip in parallel).
4444

4545
## Working notes
4646

apps/api/eslint.config.mjs

Lines changed: 0 additions & 9 deletions
This file was deleted.

apps/api/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"private": true,
55
"type": "module",
66
"scripts": {
7-
"lint": "eslint src --ext=ts --max-warnings=0",
87
"check-types": "tsc --noEmit",
98
"check-types:fast": "tsgo --noEmit",
109
"test": "dotenvx run -f ../../.env.test -- vitest",
@@ -51,7 +50,6 @@
5150
"zod": "^3.25.76"
5251
},
5352
"devDependencies": {
54-
"@roomote/config-eslint": "workspace:^",
5553
"@roomote/config-typescript": "workspace:^",
5654
"@types/node": "^24.10.13",
5755
"tsup": "^8.5.1",

apps/bullmq/eslint.config.mjs

Lines changed: 0 additions & 9 deletions
This file was deleted.

apps/bullmq/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"scripts": {
77
"format": "oxfmt \"**/*.{js,jsx,ts,tsx,json,css}\"",
88
"format:check": "oxfmt --check \"**/*.{js,jsx,ts,tsx,json,css}\"",
9-
"lint": "eslint src --ext=ts --max-warnings=0",
109
"check-types": "tsc --noEmit",
1110
"check-types:fast": "tsgo --noEmit",
1211
"test": "dotenvx run -f ../../.env.test -- vitest",
@@ -40,7 +39,6 @@
4039
"zod": "^3.25.76"
4140
},
4241
"devDependencies": {
43-
"@roomote/config-eslint": "workspace:^",
4442
"@roomote/config-typescript": "workspace:^",
4543
"@types/node": "^24.10.13",
4644
"tsup": "^8.5.1",

apps/controller/eslint.config.mjs

Lines changed: 0 additions & 4 deletions
This file was deleted.

apps/controller/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"scripts": {
77
"format": "oxfmt \"**/*.{js,jsx,ts,tsx,json,css}\"",
88
"format:check": "oxfmt --check \"**/*.{js,jsx,ts,tsx,json,css}\"",
9-
"lint": "eslint src --ext=ts --max-warnings=0",
109
"check-types": "tsc --noEmit",
1110
"check-types:fast": "tsgo --noEmit",
1211
"test": "dotenvx run -f ../../.env.test -- vitest",
@@ -29,7 +28,6 @@
2928
"form-data": "^4.0.4"
3029
},
3130
"devDependencies": {
32-
"@roomote/config-eslint": "workspace:^",
3331
"@roomote/config-typescript": "workspace:^",
3432
"@types/node": "^24.10.13",
3533
"tsup": "^8.5.1",

apps/dev/eslint.config.mjs

Lines changed: 0 additions & 4 deletions
This file was deleted.

apps/dev/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"scripts": {
77
"format": "oxfmt \"**/*.{js,jsx,ts,tsx,json,css}\"",
88
"format:check": "oxfmt --check \"**/*.{js,jsx,ts,tsx,json,css}\"",
9-
"lint": "eslint src --ext=ts --max-warnings=0",
109
"check-types": "tsc --noEmit",
1110
"check-types:fast": "tsgo --noEmit",
1211
"dev": "dotenvx run --quiet -f ../../.env.local -- tsx src/index.ts",
@@ -28,7 +27,6 @@
2827
"ora": "^8.2.0"
2928
},
3029
"devDependencies": {
31-
"@roomote/config-eslint": "workspace:^",
3230
"@roomote/config-typescript": "workspace:^",
3331
"@types/dockerode": "^4.0.1",
3432
"@types/node": "^24.10.13",

apps/discord-gateway/eslint.config.mjs

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)