We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bc6362 commit 86757e4Copy full SHA for 86757e4
14 files changed
.eslintrc.js
@@ -17,6 +17,7 @@ module.exports = {
17
'jsdoc/require-jsdoc': 'off',
18
'jsdoc/tag-lines': 'off',
19
'vue/first-attribute-linebreak': 'off',
20
+ 'vue/no-v-model-argument': 'off',
21
'import/extensions': 'off'
22
}
23
0 commit comments