ci: Enforce code formatting on editor-ui (no-changelog) (#5022)

* ci: Enforce code formatting on editor-ui (no-changelog)

* pnpm format on all frontend code
This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2022-12-23 13:37:32 +01:00
committed by GitHub
parent ff810794ef
commit a12606828e
13 changed files with 55 additions and 33 deletions

View File

@@ -18,7 +18,7 @@
@dragend="onDragEnd"
>
<template #preview="{ canDrop, el }">
<MappingPill v-if="el" :html="getShortKey(el)" :can-drop="canDrop" />
<MappingPill v-if="el" :html="getShortKey(el)" :can-drop="canDrop" />
</template>
<template>
<vue-json-pretty
@@ -251,7 +251,6 @@ export default mixins(externalHooks).extend({
background-color: var(--color-primary-tint-2);
}
}
</style>
<style lang="scss">