Some eslint fixes

This commit is contained in:
David Carley
2022-09-05 10:30:42 +00:00
parent cae5ccd7b7
commit 135b46df23
17 changed files with 36 additions and 36 deletions

View File

@@ -101,7 +101,7 @@ module.exports = new Vue({
template: require("../resources/config-template.json"),
config: {
settings: { units: "METRIC" },
motors: [{}, {}, {}, {}],
motors: [ {}, {}, {}, {} ],
version: "<loading>",
full_version: "<loading>",
},