chore: add eslint and fix lint errors

This commit is contained in:
2020-01-25 14:59:14 +01:00
parent e6c87e2f46
commit ef2015f012
36 changed files with 1645 additions and 917 deletions
+3 -5
View File
@@ -6,7 +6,7 @@
</div>
<h3>{{ message }}</h3>
<p>{{ description }}</p>
<slot name="extras"/>
<slot name="extras" />
</div>
</div>
</template>
@@ -21,13 +21,12 @@ export default {
description: {
type: String,
required: false,
default: ""
default: ''
}
}
};
}
</script>
<style lang="scss" scoped>
.message-container {
margin: 10vh auto;
@@ -52,4 +51,3 @@ export default {
}
}
</style>