vue3 和 vue2 rules 冲突
beckZgh opened this issue · 2 comments
beckZgh commented
rules: {
'vue/no-v-model-argument': 'off',
'vue/no-duplicate-attributes': 'off',
'vue/no-v-for-template-key': 'off',
}
// package.json
"eslint-config-alloy": "^4.4.0",
"eslint-plugin-vue": "^8.2.0",
xcatliu commented
请描述清楚哪个冲突了?给出修改意见或者直接提个 pr 更欢迎
xcatliu commented
应该已经解决了,已去掉这些 rules