Skip to content

Commit 4d8a571

Browse files
committed
style: format AGENTS.md with Prettier
1 parent 4883df9 commit 4d8a571

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

AGENTS.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ This is the Node.js API documentation generator (`@node-core/doc-kit`). It is a
1313

1414
All standard dev commands are in `package.json` `scripts` and documented in `CONTRIBUTING.md`:
1515

16-
| Task | Command |
17-
|---|---|
18-
| Install deps | `npm install` |
19-
| Lint | `node --run lint` |
20-
| Format check | `node --run format` |
21-
| Tests | `node --run test` |
16+
| Task | Command |
17+
| ---------------- | -------------------------- |
18+
| Install deps | `npm install` |
19+
| Lint | `node --run lint` |
20+
| Format check | `node --run format` |
21+
| Tests | `node --run test` |
2222
| Tests + coverage | `node --run test:coverage` |
23-
| Run CLI | `node bin/cli.mjs` |
23+
| Run CLI | `node bin/cli.mjs` |
2424

2525
### Running the tool locally
2626

0 commit comments

Comments
 (0)