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

Removed disabled eslint rules

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