Fix eslint
This commit is contained in:
parent
1bf74bfd25
commit
9e61d26c35
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue