fix: lint error fix
This commit is contained in:
@@ -23,5 +23,6 @@ module.exports = {
|
|||||||
'@typescript-eslint/no-floating-promises': 'error',
|
'@typescript-eslint/no-floating-promises': 'error',
|
||||||
"vue/no-multiple-template-root": "off",
|
"vue/no-multiple-template-root": "off",
|
||||||
"vue/no-v-for-template-key": "off",
|
"vue/no-v-for-template-key": "off",
|
||||||
|
"vue/multi-word-component-names": "off",//TODO: 삭제
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -56,9 +56,6 @@
|
|||||||
Math.min(maxTurn, viewMaxTurn)
|
Math.min(maxTurn, viewMaxTurn)
|
||||||
)"
|
)"
|
||||||
:key="turnIdx"
|
:key="turnIdx"
|
||||||
height="28"
|
|
||||||
:id="`command_${turnIdx}`"
|
|
||||||
:class="turnList.has(turnIdx) ? 'pressed' : ''"
|
|
||||||
>
|
>
|
||||||
<div class="idx_pad center d-grid" @click="toggleTurn(turnIdx)">
|
<div class="idx_pad center d-grid" @click="toggleTurn(turnIdx)">
|
||||||
<b-button
|
<b-button
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
import $ from "jquery";
|
import $ from "jquery";
|
||||||
import axios from "axios";
|
|
||||||
import { Tooltip } from "bootstrap";
|
import { Tooltip } from "bootstrap";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user