Commit 2bc97d1
fix(web): fix prettier formatting in plugins/filters.ts
- Fix nested ternary indentation to match prettier 3.8.1 (used in CI)
- Exclude web/ from pre-commit prettier hook to avoid version conflict
(web uses prettier 3.8.1 via CI, pre-commit mirror only has up to 3.1.0)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent c691675 commit 2bc97d1
2 files changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
0 commit comments