Commit 817d5d87 authored by Illya Klymov's avatar Illya Klymov

Merge branch 'imrishabh18-335793' into 'master'

Removed disabled eslint rules

See merge request gitlab-org/gitlab!72015
parents 288714e9 80f04b84
<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