Skip to content

Commit 25bc776

Browse files
committed
docs: remove NOTE
1 parent 4649116 commit 25bc776

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -132,13 +132,6 @@ npx tsslint --project packages/*/tsconfig.json --vue-project apps/web/tsconfig.j
132132

133133
# Using brace expansion for multiple patterns
134134
npx tsslint --project {tsconfig.json,packages/*/tsconfig.json,extensions/*/tsconfig.json}
135-
136-
> [!NOTE]
137-
> The brace expansion pattern (`{a,b}`) is handled by your shell (e.g., bash, zsh) before the command is executed. The CLI receives a list of arguments.
138-
>
139-
> For glob patterns (`*`), TSSLint uses an internal `glob` library to ensure cross-platform compatibility (especially on Windows) and to support advanced features like file watching, where the original pattern is needed.
140-
>
141-
> **CLI Caching**: The CLI uses a file system cache to speed up subsequent runs. The cache files are stored in your operating system's temporary directory (`os.tmpdir()`) to avoid polluting your project's file system. The cache is automatically invalidated when the project's `tsslint.config.ts`, the CLI arguments, or the TSSLint version changes.
142135
```
143136

144137
> [!TIP]

0 commit comments

Comments
 (0)