Skip to content

Commit fd38e3e

Browse files
committed
docs: move framework support diagram to correct section
1 parent c997092 commit fd38e3e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ In large-scale TypeScript projects, traditional linters (like ESLint) often caus
3131
TSSLint integrates into `tsserver` via the TypeScript plugin system, leveraging the semantic information already computed by your editor.
3232

3333
<p align="center">
34-
<img src="architecture_v2.png" alt="TSSLint Architecture Diagram" width="700">
34+
<img src="architecture.png" alt="TSSLint Architecture Diagram" width="700">
3535
</p>
3636

3737
### Framework Support (Vue, MDX, Astro, etc.)
@@ -40,6 +40,10 @@ Since TSSLint operates directly within `tsserver`, it naturally supports any fra
4040

4141
In editors like VSCode, when using extensions like **Vue Official (Volar)**, **MDX**, or **Astro**, these tools virtualize non-TypeScript files (like `.vue`, `.mdx`, or `.astro`) into virtual TypeScript source files for `tsserver`. Because TSSLint is a `tsserver` plugin, it can seamlessly access and lint the TypeScript code within these virtual files without any additional configuration.
4242

43+
<p align="center">
44+
<img src="architecture_v2.png" alt="TSSLint Framework Support Diagram" width="700">
45+
</p>
46+
4347
## Getting Started
4448

4549
### 1. Install

0 commit comments

Comments
 (0)