diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 3720f478..a9a5bd8b 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -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: 삭제 } } \ No newline at end of file diff --git a/hwe/ts/ReservedCommand.vue b/hwe/ts/ReservedCommand.vue index 6f8a0a86..1d735dea 100644 --- a/hwe/ts/ReservedCommand.vue +++ b/hwe/ts/ReservedCommand.vue @@ -56,9 +56,6 @@ Math.min(maxTurn, viewMaxTurn) )" :key="turnIdx" - height="28" - :id="`command_${turnIdx}`" - :class="turnList.has(turnIdx) ? 'pressed' : ''" >