Commit 4795ac5
committed
fix: align prettier v2 -> v3 config to match pre-release workflow
Root cause of recurring lint failures on release PRs: the pre-release
workflow installed latest prettier (v3.x) to format docs/history.md,
but the pre-commit hook pinned mirrors-prettier at v2.5.1.
- Bump mirrors-prettier from v2.5.1 to v3.1.0 in .pre-commit-config.yaml
- Pin workflow to `prettier@3` to prevent future drift
- Add vendored assets (docs/diagram/, minified files) and Jinja
templates to .prettierignore
One-time reformatting of existing files deferred to a separate PR.1 parent 11cc3ac commit 4795ac5
3 files changed
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments