Skip to content

Commit

Permalink
build: disable import/extensions es lint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
pirhoo committed Sep 3, 2024
1 parent f9f7cec commit 7886c73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@
"vue/no-v-model-argument": "off",
"vue/no-v-for-template-key": "off",
"vue/no-custom-modifiers-on-v-model": "off",
"vue/valid-v-slot": "off"
"vue/valid-v-slot": "off",
"import/extensions": "off"
}
}
}

0 comments on commit 7886c73

Please sign in to comment.