Commit c21a4ee
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 7b77a2b commit c21a4ee
1 file changed
Lines changed: 10 additions & 3 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 | | |
| |||
0 commit comments