AlloyTeam / eslint-config-alloy

Progressive ESLint config for your React/Vue/TypeScript projects
https://alloyteam.github.io/eslint-config-alloy/
2.65k stars 317 forks source link

README 文档的“在 VSCode 中使用”部分落后版本了 #236

Closed islinxuan closed 1 year ago

islinxuan commented 1 year ago
eslint.probe & eslint.validate

eslint.probe 这个规定 ESlint 插件需要校验的语言类型,默认包括 .vue.html 等文件,只需要 eslint-plugin-vueeslint-plugin-html 等包的支持。

eslint.validate 这个是老版本的定义校验的类型了。

xcatliu commented 1 year ago

感谢,eslint.probe 的默认值已经包含了大多数文件类型,故不需要再特殊配制了

xcatliu commented 1 year ago

已调整文档