chore: lint

This commit is contained in:
liyasthomas
2022-01-31 19:44:40 +05:30
parent 92d8cc7fee
commit 98b01b016d
127 changed files with 1318 additions and 481 deletions

View File

@@ -6,7 +6,7 @@
@close="$emit('hide-modal')"
>
<template #body>
<div class="flex transition flex-col border-b border-dividerLight">
<div class="flex flex-col border-b transition border-dividerLight">
<input
id="command"
v-model="search"
@@ -47,7 +47,7 @@
/>
<div
v-else
class="flex flex-col flex-1 space-y-4 overflow-auto divide-y divide-dividerLight hide-scrollbar"
class="flex flex-col flex-1 overflow-auto space-y-4 divide-y divide-dividerLight hide-scrollbar"
>
<div
v-for="(map, mapIndex) in mappings"