Commit ee2b4cee authored by Bryce Johnson's avatar Bryce Johnson

Shush scss_lint and eslint.

parent 4c3e72ae
...@@ -31,7 +31,7 @@ export default { ...@@ -31,7 +31,7 @@ export default {
tooltipText() { tooltipText() {
return `${this.projectName} - ${this.pipelineStatus.label}`; return `${this.projectName} - ${this.pipelineStatus.label}`;
}, },
} },
}; };
</script> </script>
......
...@@ -1101,7 +1101,7 @@ ...@@ -1101,7 +1101,7 @@
.project-name-pipeline-id-separator { .project-name-pipeline-id-separator {
display: inline-block; display: inline-block;
margin: 4px 2px 0 2px; margin: 4px 2px 0;
font-size: 10px; font-size: 10px;
vertical-align: top; vertical-align: top;
} }
...@@ -11,7 +11,7 @@ const pipelineJSON = Object.assign(graphJSON, { ...@@ -11,7 +11,7 @@ const pipelineJSON = Object.assign(graphJSON, {
}); });
const defaultPropsData = { const defaultPropsData = {
pipeline: pipelineJSON, pipeline: pipelineJSON,
isLoading: false, isLoading: false,
}; };
......
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