Add and apply prettier pre-commit hook

This commit is contained in:
Max Winterstein
2021-09-18 22:12:17 +02:00
parent 50c2e44b7f
commit 2b6ff89517
23 changed files with 197 additions and 147 deletions

View File

@@ -8,30 +8,24 @@
"ingress_port": 80,
"panel_title": "OctoPrint",
"panel_icon": "mdi:printer-3d-nozzle",
"arch": [
"armhf",
"armv7",
"aarch64",
"amd64",
"i386"
],
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
"startup": "application",
"boot": "auto",
"options": {
"octoprint_host" : "octopi",
"octoprint_port" : "443",
"octoprint_host": "octopi",
"octoprint_port": "443",
"ssl": {
"enabled": true,
"verify": false
}
},
"schema": {
"octoprint_host" : "str",
"octoprint_port" : "port",
"octoprint_host": "str",
"octoprint_port": "port",
"ssl": {
"enabled": "bool",
"verify": "bool"
}
},
"hassio_api": false
}
}