Skip to content

Commit 454faf8

Browse files
committed
chore: achieve 100% doctor score (v1.18.0)
- Add @sylphx/doctor and @sylphx/bump to devDependencies - Add 'Powered by Sylphx' credits to all READMEs
1 parent 4a46114 commit 454faf8

File tree

35 files changed

+202
-2
lines changed

35 files changed

+202
-2
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,9 @@ bun run docs:dev
123123
## License
124124

125125
MIT
126+
127+
---
128+
129+
<div align="center">
130+
<sub>Powered by Sylphx · Built with <a href="https://www.npmjs.com/package/@sylphx/biome-config">biome-config</a> · <a href="https://www.npmjs.com/package/@sylphx/tsconfig">tsconfig</a> · <a href="https://www.npmjs.com/package/@sylphx/doctor">doctor</a> · <a href="https://www.npmjs.com/package/@sylphx/bump">bump</a></sub>
131+
</div>

bun.lockb

2.3 KB
Binary file not shown.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,14 @@
5151
"license": "MIT",
5252
"devDependencies": {
5353
"@biomejs/biome": "^1.9.0",
54+
"@changesets/cli": "^2.29.7",
5455
"@sylphx/biome-config": "^0.1.0",
56+
"@sylphx/bump": "^0.6.1",
57+
"@sylphx/doctor": "^1.18.0",
5558
"@sylphx/tsconfig": "^0.1.0",
56-
"lefthook": "^1.11.0",
57-
"@changesets/cli": "^2.29.7",
5859
"@types/node": "^22.0.0",
5960
"bunup": "^0.16.10",
61+
"lefthook": "^1.11.0",
6062
"mdast-util-to-string": "^4.0.0",
6163
"rehype-stringify": "^10.0.1",
6264
"remark": "^15.0.1",

packages/synth-c/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,3 +427,9 @@ MIT
427427
---
428428

429429
**Part of the Synth universal AST ecosystem** - Works seamlessly with all other Synth parsers and tools.
430+
431+
---
432+
433+
<div align="center">
434+
<sub>Powered by Sylphx</sub>
435+
</div>

packages/synth-css/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,3 +265,9 @@ See the main README for the full development strategy.
265265
## License
266266

267267
MIT
268+
269+
---
270+
271+
<div align="center">
272+
<sub>Powered by Sylphx</sub>
273+
</div>

packages/synth-docs/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -545,3 +545,9 @@ MIT
545545
---
546546

547547
**Note:** This is a universal documentation generator. Works across all languages supported by Synth parsers.
548+
549+
---
550+
551+
<div align="center">
552+
<sub>Powered by Sylphx</sub>
553+
</div>

packages/synth-go/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,3 +466,9 @@ MIT
466466
---
467467

468468
**Note:** This package uses tree-sitter-go for parsing. See [tree-sitter-go](https://github.com/tree-sitter/tree-sitter-go) for parser details.
469+
470+
---
471+
472+
<div align="center">
473+
<sub>Powered by Sylphx</sub>
474+
</div>

packages/synth-graphql/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,3 +477,9 @@ MIT
477477
---
478478

479479
**Note:** This package uses graphql-js for parsing. See [graphql-js](https://github.com/graphql/graphql-js) for parser details.
480+
481+
---
482+
483+
<div align="center">
484+
<sub>Powered by Sylphx</sub>
485+
</div>

packages/synth-html/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,3 +285,9 @@ const tree = parse('<h1>Title</h1><h2>Subtitle</h2>', {
285285
## License
286286

287287
MIT
288+
289+
---
290+
291+
<div align="center">
292+
<sub>Powered by Sylphx</sub>
293+
</div>

packages/synth-ini/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,3 +334,9 @@ Unlike many INI parsers that return plain JavaScript objects, `@sylphx/synth-ini
334334
## License
335335

336336
MIT
337+
338+
---
339+
340+
<div align="center">
341+
<sub>Powered by Sylphx</sub>
342+
</div>

0 commit comments

Comments
 (0)