bump standard linter

This commit is contained in:
Kevin Jahns
2021-10-14 16:18:50 +02:00
parent 085dda4cbd
commit e33c67fc72
6 changed files with 882 additions and 845 deletions

View File

@@ -646,7 +646,7 @@ export const typeListInsertGenericsAfter = (transaction, parent, referenceItem,
}
}
content.forEach(c => {
if(c === null) {
if (c === null) {
jsonContent.push(c)
} else {
switch (c.constructor) {
@@ -678,7 +678,6 @@ export const typeListInsertGenericsAfter = (transaction, parent, referenceItem,
}
}
}
}
})
packJsonContent()