|
7 | 7 | "test": "jest", |
8 | 8 | "test-update": "jest -u", |
9 | 9 | "format": "prettier --write \"{lib,bin}/**/*.ts\"", |
10 | | - "lint": "eslint lib/** bin/** --ext .ts --no-error-on-unmatched-pattern --ignore-pattern lib/__snapshots__", |
| 10 | + "lint": "eslint lib/** bin/** --no-error-on-unmatched-pattern", |
11 | 11 | "synth": "cdk synth --path-metadata false --version-reporting false", |
12 | 12 | "diff": "cdk diff --path-metadata false --version-reporting false" |
13 | 13 | }, |
14 | 14 | "devDependencies": { |
15 | 15 | "@guardian/cdk": "61.11.1", |
16 | | - "@guardian/eslint-config-typescript": "3.0.0", |
17 | | - "@guardian/prettier": "1.0.0", |
| 16 | + "@guardian/eslint-config": "12.0.1", |
| 17 | + "@guardian/prettier": "9.0.0", |
18 | 18 | "@types/jest": "^29.5.14", |
19 | 19 | "@types/node": "22.15.29", |
20 | 20 | "aws-cdk": "2.1029.1", |
21 | 21 | "aws-cdk-lib": "2.214.0", |
22 | 22 | "constructs": "^10.4.2", |
23 | | - "eslint": "^8.16.0", |
| 23 | + "eslint": "9.39.1", |
| 24 | + "eslint-plugin-prettier": "5.5.4", |
24 | 25 | "jest": "^29.7", |
25 | | - "prettier": "^2.7.0", |
| 26 | + "prettier": "3.6.2", |
26 | 27 | "source-map-support": "^0.5.20", |
27 | 28 | "ts-jest": "^29.3.4", |
28 | 29 | "ts-node": "^10.9.2", |
|
40 | 41 | "./jest.setup.js" |
41 | 42 | ] |
42 | 43 | }, |
43 | | - "eslintConfig": { |
44 | | - "root": true, |
45 | | - "env": { |
46 | | - "node": true, |
47 | | - "jest": true |
48 | | - }, |
49 | | - "extends": [ |
50 | | - "@guardian/eslint-config-typescript" |
51 | | - ], |
52 | | - "parserOptions": { |
53 | | - "ecmaVersion": 2020, |
54 | | - "sourceType": "module" |
55 | | - }, |
56 | | - "plugins": [ |
57 | | - "@typescript-eslint" |
58 | | - ], |
59 | | - "rules": { |
60 | | - "@typescript-eslint/no-inferrable-types": 0, |
61 | | - "import/no-namespace": 2 |
62 | | - }, |
63 | | - "ignorePatterns": [ |
64 | | - "**/*.js", |
65 | | - "node_modules", |
66 | | - "cdk.out", |
67 | | - ".eslintrc.js", |
68 | | - "jest.config.js" |
69 | | - ] |
70 | | - }, |
71 | 44 | "packageManager": "yarn@4.12.0" |
72 | 45 | } |
0 commit comments