chore: Linter changes
This commit is contained in:
parent
dfdfc46ded
commit
f191151ee4
354 changed files with 2467 additions and 2472 deletions
|
@ -19,10 +19,10 @@ export default {
|
|||
'parametric design',
|
||||
'{{type}}',
|
||||
'sewing',
|
||||
'sewing pattern'
|
||||
'sewing pattern',
|
||||
],
|
||||
optionGroups: {
|
||||
fit: ['size']
|
||||
fit: ['size'],
|
||||
},
|
||||
measurements: [],
|
||||
dependencies: {},
|
||||
|
@ -30,6 +30,6 @@ export default {
|
|||
hide: [],
|
||||
parts: ['box'],
|
||||
options: {
|
||||
size: { pct: 50, min: 10, max: 100 }
|
||||
}
|
||||
size: { pct: 50, min: 10, max: 100 },
|
||||
},
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@ export default function (part) {
|
|||
complete,
|
||||
sa,
|
||||
paperless,
|
||||
macro
|
||||
macro,
|
||||
} = part.shorthand()
|
||||
|
||||
let w = 500 * options.size
|
||||
|
@ -47,12 +47,12 @@ export default function (part) {
|
|||
macro('hd', {
|
||||
from: points.bottomLeft,
|
||||
to: points.bottomRight,
|
||||
y: points.bottomLeft.y + sa + 15
|
||||
y: points.bottomLeft.y + sa + 15,
|
||||
})
|
||||
macro('vd', {
|
||||
from: points.bottomRight,
|
||||
to: points.topRight,
|
||||
x: points.topRight.x + sa + 15
|
||||
x: points.topRight.x + sa + 15,
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue