Skip to content

Commit

Permalink
fix(global): 删除有冲突的规则
Browse files Browse the repository at this point in the history
vue/valid-v-is,vue/no-dupe-v-else-if,vue/no-mutating-props
  • Loading branch information
MagicHacker committed Aug 30, 2020
1 parent ce15f93 commit 2f6d008
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions vue.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,6 @@ module.exports = {
* 禁止重复的键名
*/
"vue/no-dupe-keys": "error",
/**
* 禁止在一个v-if / v-else-if 链中使用相同的判断条件
*/
"vue/no-dupe-v-else-if": "error",
/**
* 禁止出现重复的属性
*/
Expand All @@ -92,10 +88,6 @@ module.exports = {
* 允许在生命周期钩子中使用异步函数
*/
"vue/no-lifecycle-after-await": "off",
/**
* 禁止直接修改props
*/
"vue/no-mutating-props": "error",
/**
* 禁止出现语法错误
*/
Expand Down Expand Up @@ -188,10 +180,6 @@ module.exports = {
* v-if 指令必须合法
*/
"vue/valid-v-if": "error",
/**
* v-is指令必须合法
*/
"vue/valid-v-is": "error",
/**
* v-model 指令必须合法
*/
Expand Down

0 comments on commit 2f6d008

Please sign in to comment.