Skip to content

Commit ec41f61

Browse files
committed
docs: add rule traceability demo image
1 parent c2bedd2 commit ec41f61

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,10 @@ TSSLint is designed to make rule debugging trivial. Every time you call `report(
124124

125125
This means: **You can click on the diagnostic in your editor and jump directly to the line in your rule's source code that triggered the report.**
126126

127+
<p align="center">
128+
<img src="traceability.png" alt="TSSLint Rule Traceability Demo" width="700">
129+
</p>
130+
127131
The `.at()` method is generally not needed, but is provided for advanced scenarios where you wrap `report()` in a helper function and need to adjust the stack depth to point to the correct logic:
128132

129133
```ts

traceability.png

4.8 MB
Loading

0 commit comments

Comments
 (0)