|
12 | 12 | "fix:syncpack": "pnpm syncpack fix-mismatches",
|
13 | 13 | "init-vscode-sandbox": "pnpm --filter=@cursorless/cursorless-vscode init-launch-sandbox",
|
14 | 14 | "lint:meta": "pnpm run meta-updater:base --test",
|
15 |
| - "lint:ts": "eslint packages --ext ts,tsx,mts", |
| 15 | + "lint:ts": "cross-env ESLINT_USE_FLAT_CONFIG=false eslint packages --ext ts,tsx,mts", |
16 | 16 | "lint": "pnpm run lint:meta && syncpack list-mismatches && pnpm run lint:ts",
|
17 | 17 | "meta-updater:base": "pnpm --filter=@cursorless/meta-updater build && meta-updater",
|
18 | 18 | "preinstall": "npx only-allow pnpm",
|
|
32 | 32 | "@types/node": "20.17.50",
|
33 | 33 | "@typescript-eslint/eslint-plugin": "8.32.1",
|
34 | 34 | "@typescript-eslint/parser": "8.32.1",
|
| 35 | + "cross-env": "7.0.3", |
35 | 36 | "esbuild": "0.25.4",
|
36 |
| - "eslint": "8.57.1", |
37 | 37 | "eslint-config-prettier": "10.1.5",
|
38 |
| - "eslint-import-resolver-typescript": "4.3.5", |
| 38 | + "eslint-import-resolver-typescript": "4.4.0", |
39 | 39 | "eslint-plugin-import": "2.31.0",
|
40 | 40 | "eslint-plugin-mocha": "10.5.0",
|
41 | 41 | "eslint-plugin-unicorn": "56.0.1",
|
42 | 42 | "eslint-plugin-unused-imports": "4.1.4",
|
| 43 | + "eslint": "9.27.0", |
43 | 44 | "prettier-plugin-tailwindcss": "0.6.11",
|
44 | 45 | "prettier": "3.3.3",
|
45 | 46 | "syncpack": "13.0.4",
|
|
0 commit comments