🚨 Removed linter warnings
This commit is contained in:
parent
247ee5b74c
commit
b094516ae4
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
export default function(part) {
|
||||
let { Point, points, Path, paths, measurements, options } = part.shorthand();
|
||||
let { Point, points, Path, paths, measurements } = part.shorthand();
|
||||
|
||||
points.right = new Point(measurements.headCircumference / 10, 0);
|
||||
points.bottom = new Point(0, measurements.headCircumference / 12);
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
export default function(part) {
|
||||
let { Point, points, Path, paths, measurements, options } = part.shorthand();
|
||||
let { Point, points, Path, paths } = part.shorthand();
|
||||
|
||||
points.edgeLeft = new Point(points.topLeft.x, points.left.y);
|
||||
points.edgeRight = new Point(points.topRight.x, points.right.y);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue