summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/issue_show/components/fields
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-10-05 14:42:29 +0100
committerPhil Hughes <me@iamphill.com>2017-10-10 10:14:24 +0100
commitb40bac3a3c251110ddba3f90d6d1e4419a65afe3 (patch)
tree1dfa8314a9cabdf19d01e90f7cd7b8a469f6e605 /app/assets/javascripts/issue_show/components/fields
parentfcd842b55837d2a8eab4ef32b65b5a44dfab6eba (diff)
downloadgitlab-ce-b40bac3a3c251110ddba3f90d6d1e4419a65afe3.tar.gz
removed global eslint for remaining filesflash-es6-module
Diffstat (limited to 'app/assets/javascripts/issue_show/components/fields')
-rw-r--r--app/assets/javascripts/issue_show/components/fields/description.vue1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/javascripts/issue_show/components/fields/description.vue b/app/assets/javascripts/issue_show/components/fields/description.vue
index dc902eefc5f..0aa1b2c2e31 100644
--- a/app/assets/javascripts/issue_show/components/fields/description.vue
+++ b/app/assets/javascripts/issue_show/components/fields/description.vue
@@ -1,5 +1,4 @@
<script>
- /* global Flash */
import updateMixin from '../../mixins/update';
import markdownField from '../../../vue_shared/components/markdown/field.vue';