Skip to content

Commit

Permalink
build: disable lint rule vue/no-multiple-template-root
Browse files Browse the repository at this point in the history
  • Loading branch information
pirhoo committed Sep 5, 2024
1 parent 56011f8 commit ebe5d87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
"vue/no-v-model-argument": "off",
"vue/no-v-for-template-key": "off",
"vue/no-custom-modifiers-on-v-model": "off",
"vue/no-multiple-template-root": "off",
"vue/valid-v-slot": "off",
"import/extensions": "off"
}
Expand Down

0 comments on commit ebe5d87

Please sign in to comment.