Fix eslint

This commit is contained in:
Filipa Lacerda 2018-05-17 10:25:11 +01:00
parent 1bf74bfd25
commit 9e61d26c35
No known key found for this signature in database
GPG key ID: 9CA3FDE4D1E2F1C8
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@
import CommitComponent from '../../vue_shared/components/commit.vue';
import LoadingButton from '../../vue_shared/components/loading_button.vue';
import Icon from '../../vue_shared/components/icon.vue';
import { PIPELINES_TABLE } from '../constants.js'
import { PIPELINES_TABLE } from '../constants';
/**
* Pipeline table row.

View file

@ -21,7 +21,7 @@ import Icon from '../../vue_shared/components/icon.vue';
import LoadingIcon from '../../vue_shared/components/loading_icon.vue';
import JobComponent from './graph/job_component.vue';
import tooltip from '../../vue_shared/directives/tooltip';
import { PIPELINES_TABLE } from '../constants.js'
import { PIPELINES_TABLE } from '../constants';
export default {
components: {