summaryrefslogtreecommitdiff
path: root/docs/linting.md
Commit message (Collapse)AuthorAge
* tools/reformatOwen Jacobson2025-06-11
|
* Consolidate project linting into tool scripts.Owen Jacobson2025-06-09
The new `tools/check-lint` script checks lints across _all_ lintable files - JS (through `eslint`), and Rust (through `clippy` and `cargo check`). It also checks `eslint` against the whole project, not just against what's in the `ui` subdir, which means it now catches lintable issues in various JS config files.