1
0
Fork 0

chore: Extended prettier for config files + run

This commit is contained in:
Joost De Cock 2022-10-13 16:19:36 +02:00
parent f673e485ad
commit 322100f54c
27 changed files with 454 additions and 375 deletions

View file

@ -484,9 +484,9 @@ describe('Utils', () => {
points.to = new Point(19, 76)
paths.test = new Path().move(points.from).line(points.to)
return part
}
},
}
const design = new Design({ parts: [ test ]})
const design = new Design({ parts: [test] })
const pattern = new design()
const props = pattern.draft().getRenderProps()
const transform = generateStackTransform(30, 60, 90, true, true, props.stacks.test)