Skip to content

Commit 23bed08

Browse files
committed
docs: add brace expansion example to CLI usage
1 parent 202ddd2 commit 23bed08

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@ npx tsslint --project path/to/tsconfig.json --fix
116116

117117
# Lint multiple projects
118118
npx tsslint --project 'packages/*/tsconfig.json' --vue-project 'apps/web/tsconfig.json'
119+
120+
# Using brace expansion for multiple patterns
121+
npx tsslint --project '{tsconfig.json,packages/*/tsconfig.json,extensions/*/tsconfig.json}'
119122
```
120123

121124
> [!TIP]

0 commit comments

Comments
 (0)