Commit 19d0182
feat(wasm-utxo)!: restructure linting scripts for granular control
Split monolithic lint commands into individual tasks for prettier,
eslint, rustfmt, and clippy. This enables running specific linters
independently and provides better control over the linting workflow.
BREAKING CHANGE: `check-fmt` now runs prettier and rustfmt instead of
both formatters. Use `lint` for comprehensive checks including clippy.
Issue: BTC-XXXX
Co-authored-by: llm-git <llm-git@ttll.de>1 parent a9a4ae0 commit 19d0182
2 files changed
Lines changed: 15 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | | - | |
80 | | - | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
81 | 88 | | |
82 | 89 | | |
83 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | | - | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
209 | 213 | | |
210 | 214 | | |
211 | 215 | | |
| |||
0 commit comments