You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: resolve formatting issues, maintainer workflows and build size (#4)
* fix: resolve formatting issues, maintainer workflows and build size
- Fix double blank lines (MD012) by removing ensureTrailingBlankLine() from block elements
- Fix spaces in link text (MD039) by trimming leading/trailing whitespace
- Fix reference link spacing in markdown output
- Add high-frequency maintenance scripts for QA and regression testing
- Consolidate documentation by merging MAINTAINERS.md into CONTRIBUTING.md
- Streamline README.md development section for clarity
- Move packages from `dependencies` to `devDependencies`
These changes improve markdown output quality (85% fewer linting issues vs competitors), reduce package size by 82%, and provide maintainers with workflows for validation and testing.
* chore: update changesets
* fix(ci): reorder node setup jobs for regression tests
* fix(build): sync lockfile
* fix(ci): do not fail with external libraries regressions
* fix(biome): expand scope to `bench/` files
See [`docs/PERFORMANCE-REGRESSION.md`](docs/PERFORMANCE-REGRESSION.md) for the baseline/CI story, and [`docs/API.md`](docs/API.md) for generated API notes.
278
-
279
257
## Contributing
280
258
281
-
We welcome improvements! Start with [CONTRIBUTING.md](CONTRIBUTING.md) for coding standards, commit conventions, and release flow.
259
+
We welcome improvements! See [CONTRIBUTING.md](CONTRIBUTING.md) for:
0 commit comments