chore: lint

This commit is contained in:
Liyas Thomas
2021-05-15 12:43:31 +00:00
committed by GitHub
parent ec90365427
commit 3533aa391a
39 changed files with 274 additions and 145 deletions

View File

@@ -51,7 +51,7 @@ export default {
},
subscriptions() {
return {
SYNC_ENVIRONMENTS: getSettingSubject("syncEnvironments")
SYNC_ENVIRONMENTS: getSettingSubject("syncEnvironments"),
}
},
methods: {

View File

@@ -30,7 +30,14 @@
<ul
v-for="(variable, index) in this.editingEnvCopy.variables"
:key="index"
class="border-b border-dashed divide-y md:divide-x border-brdColor divide-dashed divide-brdColor md:divide-y-0"
class="
border-b border-dashed
divide-y
md:divide-x
border-brdColor
divide-dashed divide-brdColor
md:divide-y-0
"
:class="{ 'border-t': index == 0 }"
>
<li>
@@ -118,7 +125,7 @@ export default {
},
subscriptions() {
return {
SYNC_ENVIRONMENTS: getSettingSubject("syncEnvironments")
SYNC_ENVIRONMENTS: getSettingSubject("syncEnvironments"),
}
},
watch: {

View File

@@ -52,7 +52,7 @@ export default {
},
subscriptions() {
return {
SYNC_ENVIRONMENTS: getSettingSubject("syncEnvironments")
SYNC_ENVIRONMENTS: getSettingSubject("syncEnvironments"),
}
},
methods: {

View File

@@ -124,7 +124,7 @@ export default {
},
subscriptions() {
return {
SYNC_ENVIRONMENTS: getSettingSubject("syncEnvironments")
SYNC_ENVIRONMENTS: getSettingSubject("syncEnvironments"),
}
},
props: {