Linting changes to fix build

This commit is contained in:
Knut Sveidqvist
2022-04-12 07:16:14 +02:00
parent 4f833db2d0
commit e48d60f4cf
7 changed files with 625 additions and 468 deletions

View File

@@ -32,9 +32,9 @@ gantt
<script src="./mermaid.js"></script>
<script>
mermaid.initialize({
logLevel: 3,
securityLevel: 'loose',
gantt: { axisFormat: '%m/%d/%Y' },
logLevel: 3,
securityLevel: 'loose',
gantt: { axisFormat: '%m/%d/%Y' },
});
</script>