Skip to content

Commit

Permalink
fix: update eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterliu1003 committed Jul 22, 2022
1 parent fce86c0 commit 05e5df5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion template-vue-ts/.eslintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"extends": "@antfu"
"extends": "@antfu",
"rules": {
"vue/multi-word-component-names": "off"
}
}

0 comments on commit 05e5df5

Please sign in to comment.