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> <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