AlloyTeam / eslint-config-alloy

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

vue/component-tags-order #174

Closed codesyofo closed 3 years ago

codesyofo commented 4 years ago

vue/component-tags-order

这条的建议应该是"order": [ [ "script", "template" ], "style" ]这样的吧

xcatliu commented 4 years ago

这个属于 eslint-plugin-vue v7 的改动,升级 eslint-plugin-vue v7 依赖了 https://github.com/prettier/eslint-config-prettier/issues/161 ,所以等 eslint-config-prettier 更新后我这边再升级

xcatliu commented 3 years ago

已更新