chore: Update self-closing tag eslint config (#4826)

* chore: Fix self-closing tag issues

* Fix merge conflicts

Co-authored-by: Fayaz Ahmed <15716057+fayazara@users.noreply.github.com>
This commit is contained in:
Pranav Raj S
2022-06-10 19:29:52 +05:30
committed by GitHub
parent 3f3ee6c34a
commit 7bb8186e43
86 changed files with 151 additions and 186 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="row auth-wrap login align-center">
<router-view></router-view>
<router-view />
</div>
</template>

View File

@@ -1,5 +1,5 @@
<template>
<loading-state :message="$t('CONFIRM_EMAIL')"></loading-state>
<loading-state :message="$t('CONFIRM_EMAIL')" />
</template>
<script>
import LoadingState from '../../components/widgets/LoadingState';

View File

@@ -38,8 +38,7 @@
:button-text="$t('SET_NEW_PASSWORD.SUBMIT')"
:loading="newPasswordAPI.showLoading"
button-class="expanded"
>
</woot-submit-button>
/>
<!-- <input type="submit" class="button " v-on:click.prevent="login()" v-bind:value="" > -->
</div>
</form>

View File

@@ -89,9 +89,8 @@
:button-text="$t('REGISTER.SUBMIT')"
:loading="isSignupInProgress"
button-class="large expanded"
>
</woot-submit-button>
<p v-dompurify-html="termsLink" class="accept--terms"></p>
/>
<p v-dompurify-html="termsLink" class="accept--terms" />
</form>
<div class="column text-center sigin--footer">
<span>{{ $t('REGISTER.HAVE_AN_ACCOUNT') }}</span>