fix: lint error fix

This commit is contained in:
2021-12-10 02:55:53 +09:00
parent 53d65c31db
commit 9134a7d9f6
3 changed files with 1 additions and 4 deletions
+1
View File
@@ -23,5 +23,6 @@ module.exports = {
'@typescript-eslint/no-floating-promises': 'error',
"vue/no-multiple-template-root": "off",
"vue/no-v-for-template-key": "off",
"vue/multi-word-component-names": "off",//TODO: 삭제
}
}