Skip to content

Commit 14f74cf

Browse files
docs: fill in missing tooling commands
1 parent 7545693 commit 14f74cf

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

docs/Tooling.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -259,17 +259,29 @@ Using the _"everything"_ level will gain you comprehensive, strict coverage of a
259259

260260
[**Markdownlint**](https://github.com/DavidAnson/markdownlint): Linting for Markdown code.
261261

262+
```shell
263+
pnpm lint:md
264+
```
265+
262266
> This is a separate linter from ESLint, but will likely eventually be switched to an ESLint plugin ([#567](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/567)).
263267
264268
### Lint Package JSON
265269

266270
[`npm-package-json-lint`](https://github.com/tclindner/npm-package-json-lint): Linting for `package.json` files.
267271

272+
```shell
273+
pnpm lint:package-json
274+
```
275+
268276
> This is a separate linter from ESLint, but will likely eventually be switched to an ESLint plugin ([#839](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/839)).
269277
270278
### Lint Packages
271279

272-
Uses [`pnpm dedupe`](https://pnpm.io/cli/dedupe) to deduplicate
280+
Uses [`pnpm dedupe`](https://pnpm.io/cli/dedupe) to deduplicate package dependencies.
281+
282+
```shell
283+
pnpm lint:packages
284+
```
273285

274286
> This is grouped with _"Lint"_ tooling pieces, but will likely eventually be renamed ([#896](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/896)).
275287
@@ -287,6 +299,10 @@ This plugin is quite particular -perfectionist, even- but all its rules include
287299
[**CSpell**](https://cspell.org): Spell checking for code.
288300
Helps detect typos based on a configurable user dictionary (`cspell.json`).
289301

302+
```shell
303+
pnpm lint:spelling
304+
```
305+
290306
> This is a separate linter from ESLint, but will likely eventually be switched to an ESLint plugin ([#897](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/897)).
291307
292308
### Lint Strict

0 commit comments

Comments
 (0)