🚨 Removed linter warnings
This commit is contained in:
parent
14d8f75929
commit
803e1c0552
138 changed files with 1591 additions and 1250 deletions
|
@ -2,8 +2,6 @@ import { addButtonHoles } from "./shared";
|
|||
|
||||
export default part => {
|
||||
let {
|
||||
store,
|
||||
measurements,
|
||||
utils,
|
||||
sa,
|
||||
Point,
|
||||
|
@ -200,8 +198,6 @@ export default part => {
|
|||
y: points.placketBottomEdge.y + offset + 3 * sa
|
||||
});
|
||||
}
|
||||
let len =
|
||||
points.cfNeck.dist(points.cfHips) * (1 - options.buttonFreeLength);
|
||||
points.button0 = points.placketTopEdge;
|
||||
let j;
|
||||
for (let i = 0; i < options.buttons; i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue