style: add import and stricter lint (#3440)

* style: add import lint

* chore: apply eslint rules

* chore: add stricter lint

* chore: lint all files

* auto fix

* manually fix

* restore build-indices.ts
This commit is contained in:
三咲智子
2021-09-17 15:27:31 +08:00
committed by GitHub
parent 1615b9ee67
commit 0636e1e240
147 changed files with 669 additions and 387 deletions

View File

@ -59,13 +59,6 @@
</div>
</template>
<style>
.transfer-footer {
margin-left: 20px;
padding: 6px 5px;
}
</style>
<script lang="ts">
export default {
data() {
@ -97,3 +90,10 @@ export default {
},
}
</script>
<style>
.transfer-footer {
margin-left: 20px;
padding: 6px 5px;
}
</style>