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.2k stars 246 forks source link

chore: add eslint-plugin-vue #113

Closed TBXark closed 3 months ago

TBXark commented 3 months ago

添加eslint-plugin-vue插件,方便给vue文件格式化,不过执行pnpm run lint:fix后改动的文件太多,我没有执行后再提交,只提交了插件相关的文件。

netlify[bot] commented 3 months ago

Deploy Preview for vue3-vant-mobile ready!

Name Link
Latest commit aff7feab56bb61210204a14fdb507317de5b67e0
Latest deploy log https://app.netlify.com/sites/vue3-vant-mobile/deploys/66bb26dcad15cf0008a7f684
Deploy Preview https://deploy-preview-113--vue3-vant-mobile.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

Lighthouse
1 paths audited
Performance: 99
Accessibility: 97
Best Practices: 100
SEO: 92
PWA: 100
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

CharleeWa commented 3 months ago

添加eslint-plugin-vue插件,方便给vue文件格式化,不过执行pnpm run lint:fix后改动的文件太多,我没有执行后再提交,只提交了插件相关的文件。

你好 @TBXark ,非常感谢参与贡献这个项目,不过 @antfu/eslint-config 已经内置了 eslint-plugin-vue 扩展, 不再需要显示安装,我们可以直接使用 eslint-plugin-vue 包的所有规则。再次感谢参与,非常开心。

TBXark commented 3 months ago

好的,因为我运行 pnpm run lint:fix vue 没有变化以为没有这个插件