Skip to content

Commit

Permalink
chore: eslint vue3 rule error
Browse files Browse the repository at this point in the history
  • Loading branch information
NWYLZW committed Nov 17, 2024
1 parent c6607e5 commit 49677d9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ export default config({
'unused-imports/no-unused-vars': 'off'
}
},
vue: {
overrides: {
'vue/no-v-model-argument': 'off'
}
},
test: {
overrides: {
'test/consistent-test-it': 'off'
Expand Down

0 comments on commit 49677d9

Please sign in to comment.