|
20 | 20 | "clean": "tsc --build --clean ./tsconfig.build.json",
|
21 | 21 | "commit": "cz",
|
22 | 22 | "fix": "pnpm run fix:eslint && pnpm run fix:prettier",
|
23 |
| - "fix:eslint": "eslint --report-unused-disable-directives --fix 'src/**/*.ts*'", |
| 23 | + "fix:eslint": "eslint --report-unused-disable-directives --fix .", |
24 | 24 | "fix:prettier": "prettier --write .",
|
25 | 25 | "generate:types": "tsx src/php-parser/generate-types.ts",
|
26 | 26 | "preinstall": "npx only-allow pnpm",
|
27 | 27 | "postinstall": "command -v composer >/dev/null 2>&1 && composer install || echo 'Composer not found, skipping.'",
|
28 | 28 | "lint": "concurrently 'pnpm:lint:*'",
|
29 |
| - "lint:eslint": "eslint --report-unused-disable-directives 'src/**/*.ts*'", |
| 29 | + "lint:eslint": "eslint --report-unused-disable-directives .", |
30 | 30 | "lint:prettier": "prettier --check .",
|
31 | 31 | "prepare": "husky"
|
32 | 32 | },
|
|
46 | 46 | "@commitlint/cli": "19.5.0",
|
47 | 47 | "@commitlint/config-conventional": "19.5.0",
|
48 | 48 | "@commitlint/cz-commitlint": "19.5.0",
|
49 |
| - "@rightcapital/eslint-config-javascript": "36.3.0", |
50 |
| - "@rightcapital/eslint-config-typescript": "36.3.0", |
| 49 | + "@rightcapital/eslint-config": "38.0.0", |
51 | 50 | "@rightcapital/prettier-config": "7.1.7",
|
52 | 51 | "@types/lodash": "4.17.10",
|
53 | 52 | "@types/mustache": "4.2.5",
|
54 | 53 | "@types/node": "20.16.11",
|
55 | 54 | "beachball": "2.47.1",
|
56 | 55 | "concurrently": "9.0.1",
|
| 56 | + "eslint": "9.13.0", |
57 | 57 | "husky": "9.1.6",
|
58 | 58 | "tsx": "4.19.1"
|
59 | 59 | },
|
|
0 commit comments