From 795e699ac2e01ab68683f1e789afca9cecd0f59b Mon Sep 17 00:00:00 2001 From: yuyinws Date: Fri, 7 Jul 2023 21:58:31 +0800 Subject: [PATCH] fix: lint error --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fdb9f2ac..14f7397a 100644 --- a/README.md +++ b/README.md @@ -380,7 +380,8 @@ Use the "Table of Contents" menu on the top-left corner to explore the list. - [Vite-plugin-haxe](https://github.com/ciscoheat/vite-plugin-haxe) - Use Haxe when targeting JS, transforming `.hxml`. - [vite-plugin-leader-line](https://github.com/yehan68/vite-plugin-leader-line) - Add default export to leader-line. - [vite-plugin-generate-html](https://github.com/gedouu/vite-plugin-generate-html) - Define separate output files for JavaScript and CSS bundles. -- [vite-plugin-turbo-console](https://github.com/yuyinws/vite-plugin-turbo-console)- Enhance the readability of `console.log()` +- [vite-plugin-turbo-console](https://github.com/yuyinws/vite-plugin-turbo-console) - Enhance the readability of `console.log()`. + #### Helpers - [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths) - Support for TypeScript's path mapping.