Skip to content

Commit b9a2d59

Browse files
committed
docs: add vuejs/language-tools config example and clarify brace expansion vs glob
1 parent 54310e3 commit b9a2d59

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ npm install @tsslint/config --save-dev
5454

5555
### 2. Configure `tsslint.config.ts`
5656

57+
A minimal configuration looks like this. For a complete, real-world example, see the [vuejs/language-tools tsslint.config.ts](https://github.com/vuejs/language-tools/blob/master/tsslint.config.ts).
58+
5759
```ts
5860
import { defineConfig } from '@tsslint/config';
5961

0 commit comments

Comments
 (0)