Commit a8b09d58 authored by Kushal Pandya's avatar Kushal Pandya

Disable correct lint rule

parent e17ffd32
......@@ -15,9 +15,9 @@ export default {
<template>
<div class="card card-small card-without-border">
<!-- eslint-disable-next-line @gitlab/vue-i18n/no-bare-strings -->
<!-- eslint-disable-next-line @gitlab/vue-require-i18n-strings -->
<h3 v-if="showCreateRequirement">Create Requirement Form visible!</h3>
<!-- eslint-disable-next-line @gitlab/vue-i18n/no-bare-strings -->
<!-- eslint-disable-next-line @gitlab/vue-require-i18n-strings -->
<h2>Hello World from Requirements app!</h2>
</div>
</template>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment