From 6cd1e888c5b857db3e91b39dda24a5a0a686d755 Mon Sep 17 00:00:00 2001 From: KazariEX Date: Fri, 10 Oct 2025 19:01:17 +0800 Subject: [PATCH 1/2] docs: add typescript plugin recommendation --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 886371c..411af8c 100644 --- a/README.md +++ b/README.md @@ -400,7 +400,7 @@ Please refer to the [unimport PackagePresets jsdocs](https://github.com/unjs/uni ## TypeScript -In order to properly hint types for auto-imported APIs +In order to properly hint types for auto-imported APIs: @@ -422,6 +422,8 @@ AutoImport({
+For better navigation support when working with auto-imported variables, consider using the [`@dxup/unimport`](https://github.com/KazariEX/dxup/tree/main/packages/unimport) package. + ## ESLint > 💡 When using TypeScript, we recommend to **disable** `no-undef` rule directly as TypeScript already check for them and you don't need to worry about this. From f7c0455253bd03ac976945a0ac1060a291077723 Mon Sep 17 00:00:00 2001 From: KazariEX Date: Fri, 10 Oct 2025 19:03:17 +0800 Subject: [PATCH 2/2] docs: update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 411af8c..006d2eb 100644 --- a/README.md +++ b/README.md @@ -422,7 +422,7 @@ AutoImport({ -For better navigation support when working with auto-imported variables, consider using the [`@dxup/unimport`](https://github.com/KazariEX/dxup/tree/main/packages/unimport) package. +For better navigation support when working with auto-imported APIs, consider using the [`@dxup/unimport`](https://github.com/KazariEX/dxup/tree/main/packages/unimport) package. ## ESLint