Skip to content

Commit

Permalink
chore(CI): lint documentation heading case (#696)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored Jan 18, 2025
1 parent 97c29aa commit c1e3c51
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"change": "changeset",
"changeset": "changeset",
"check-dependency-version": "check-dependency-version-consistency .",
"check-spell": "pnpx cspell",
"format": "prettier . --write && biome check --write",
"check-spell": "pnpx cspell && heading-case",
"format": "prettier . --write && biome check --write && heading-case --write",
"generate-release-pr": "zx scripts/generateReleasePr.mjs",
"lint": "biome check . --diagnostic-level=warn && prettier . --check && pnpm run check-spell",
"prebundle": "nx run-many -t prebundle",
Expand Down Expand Up @@ -49,6 +49,7 @@
"cross-env": "^7.0.3",
"cspell-ban-words": "^0.0.4",
"fs-extra": "^11.3.0",
"heading-case": "^0.1.3",
"nano-staged": "^0.8.0",
"nx": "^20.3.1",
"prettier": "^3.4.2",
Expand Down
9 changes: 9 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c1e3c51

Please sign in to comment.