'plugin:vue/vue3-essential', //vue3核心的lint的规则
'eslint:recommended', //eslint的建议规则
'@vue/typescript/recommended',
'@vue/prettier', //prettier建议的规则
'@vue/prettier/@typescript-eslint',
# 参考文档
使用ESLint+Prettier来统一前端代码风格 (opens new window)
vscode eslint插件 (opens new window)