|
32 | 32 | "lint:check:types": "tsc --noEmit", |
33 | 33 | "lint:check:js": "eslint .", |
34 | 34 | "lint:fix:js": "eslint . --fix", |
35 | | - "lint:check:format": "prettier . --check", |
36 | | - "lint:fix:format": "prettier . --write", |
| 35 | + "lint:check:format": "prettier \"**/*.{json,yaml,md}\" --check", |
| 36 | + "lint:fix:format": "prettier \"**/*.{json,yaml,md}\" --write", |
37 | 37 | "lint": "pnpm run \"/^lint:check:.*/\"", |
38 | 38 | "lint:fix": "pnpm run \"/^lint:fix:.*/\"", |
39 | 39 | "changeset": "changeset", |
|
55 | 55 | "devDependencies": { |
56 | 56 | "@changesets/cli": "2.29.8", |
57 | 57 | "@commencis/commitlint-config": "1.2.0", |
58 | | - "@commencis/eslint-config": "1.8.0", |
| 58 | + "@commencis/eslint-config": "2.3.0", |
59 | 59 | "@commencis/prettier-config": "2.0.0", |
60 | 60 | "@commitlint/cli": "19.8.1", |
61 | 61 | "@svitejs/changesets-changelog-github-compact": "1.2.0", |
|
0 commit comments