Commit 80f04b84 authored by Rishabh Gupta's avatar Rishabh Gupta Committed by Illya Klymov

Removed disabled eslint rules

parent 6523ff70
<script> <script>
/* eslint-disable vue/require-default-prop */
import { GlButton, GlSafeHtmlDirective } from '@gitlab/ui'; import { GlButton, GlSafeHtmlDirective } from '@gitlab/ui';
import highlight from '~/lib/utils/highlight'; import highlight from '~/lib/utils/highlight';
import { truncateNamespace } from '~/lib/utils/text_utility'; import { truncateNamespace } from '~/lib/utils/text_utility';
...@@ -23,6 +22,7 @@ export default { ...@@ -23,6 +22,7 @@ export default {
matcher: { matcher: {
type: String, type: String,
required: false, required: false,
default: '',
}, },
itemId: { itemId: {
type: Number, type: Number,
...@@ -35,6 +35,7 @@ export default { ...@@ -35,6 +35,7 @@ export default {
namespace: { namespace: {
type: String, type: String,
required: false, required: false,
default: '',
}, },
webUrl: { webUrl: {
type: String, type: String,
......
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