|
42 | 42 | "test:update": "ava --update-snapshots", |
43 | 43 | "test:watch": "ava --watch", |
44 | 44 | "test:debug": "ava debug --break", |
45 | | - "lint": "eslint --ignore-path .gitignore --ext .js,.cjs,.mjs,.ts,.tsx .", |
| 45 | + "lint": "eslint --ignore-path .gitignore .", |
46 | 46 | "prelint": "prettier --check --ignore-path .gitignore .", |
47 | 47 | "postversion": "git push --follow-tags", |
48 | 48 | "example": "tsx examples", |
49 | 49 | "example:inspect": "tsx --inspect examples", |
50 | | - "format": "eslint --ignore-path .gitignore --fix --ext .js,.cjs,.mjs,.ts,.tsx .", |
| 50 | + "format": "eslint --ignore-path .gitignore --fix .", |
51 | 51 | "preformat": "prettier --write --ignore-path .gitignore .", |
52 | 52 | "report": "c8 report" |
53 | 53 | }, |
|
63 | 63 | "dpdm": "^3.13.0", |
64 | 64 | "eslint": "^8.9.0", |
65 | 65 | "eslint-config-prettier": "^8.4.0", |
66 | | - "eslint-config-standard-with-typescript": "^34.0.0", |
| 66 | + "eslint-config-standard": "^17.1.0", |
| 67 | + "eslint-config-standard-with-typescript": "^36.0.0", |
67 | 68 | "eslint-plugin-simple-import-sort": "^10.0.0", |
68 | 69 | "eslint-plugin-unused-imports": "^2.0.0", |
69 | 70 | "landlubber": "^1.0.0", |
|
0 commit comments