Skip to content

Commit

Permalink
Disable vue/no-mutating-props rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Sabreen-Parveen committed Dec 10, 2020
1 parent 5bae581 commit 8818ca0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"template-curly-spacing": "error",
"quote-props": ["error", "as-needed"],
"keyword-spacing": ["error", { "before": true, "after": true } ],
"key-spacing": ["error", { "mode": "strict" }]
"key-spacing": ["error", { "mode": "strict" }],
"vue/no-mutating-props": "off"
}
}

0 comments on commit 8818ca0

Please sign in to comment.