easy-temps / vue3-vant-mobile

An mobile web apps template based on the Vue 3 ecosystem。一个基于 Vue 3 生态系统的移动 web 应用模板,帮助你快速完成业务开发。
https://vue3-vant-mobile.netlify.app
MIT License
1.1k stars 219 forks source link

Eslint 格式化卡顿 #112

Open CharleeWa opened 1 month ago

CharleeWa commented 1 month ago

只是做一个记录。

当时项目为了让 eslint 支持 ts 后缀,也为了让 eslint 可以工作,加了一行配置:

// settings.json
"eslint.runtime": "node",

但是,保存格式化时会非常地卡顿,影响开发体验。所以暂时去掉。

等后边 eslint 原生支持(RFC阶段 ) ts 后缀后,再换回来。

ps. 进度请查看这个 Eslint#PR