|
6 | 6 | "scripts": { |
7 | 7 | "build": "ncc build -m src/main.ts", |
8 | 8 | "docs": "./node_modules/.bin/actions-gen-readme", |
9 | | - "lint": "eslint . --max-warnings 0", |
10 | | - "format": "prettier --write **/*.ts", |
| 9 | + "lint": "eslint .", |
| 10 | + "format": "eslint . --fix", |
11 | 11 | "test": "bash ./bin/runTests.sh" |
12 | 12 | }, |
13 | 13 | "repository": { |
|
26 | 26 | "dependencies": { |
27 | 27 | "@actions/core": "^1.10.1", |
28 | 28 | "@google-cloud/storage": "^7.12.0", |
29 | | - "@google-github-actions/actions-utils": "^0.8.2", |
| 29 | + "@google-github-actions/actions-utils": "^0.8.3", |
30 | 30 | "fast-glob": "^3.3.2", |
31 | 31 | "ignore": "^5.3.1" |
32 | 32 | }, |
33 | 33 | "devDependencies": { |
34 | 34 | "@eslint/eslintrc": "^3.1.0", |
35 | 35 | "@eslint/js": "^9.8.0", |
36 | | - "@types/node": "^22.0.2", |
| 36 | + "@types/node": "^22.1.0", |
| 37 | + "@typescript-eslint/eslint-plugin": "^8.0.0", |
37 | 38 | "@vercel/ncc": "^0.38.1", |
38 | 39 | "eslint-config-prettier": "^9.1.0", |
39 | 40 | "eslint-plugin-prettier": "^5.2.1", |
40 | 41 | "eslint": "^9.8.0", |
41 | 42 | "prettier": "^3.3.3", |
42 | 43 | "ts-node": "^10.9.2", |
43 | 44 | "typescript-eslint": "^8.0.0", |
44 | | - "@typescript-eslint/eslint-plugin": "^8.0.0", |
45 | 45 | "typescript": "^5.5.4" |
46 | 46 | } |
47 | 47 | } |
0 commit comments