🚨 Removed linter warnings
This commit is contained in:
parent
803e1c0552
commit
2b91e0282c
8 changed files with 4 additions and 37 deletions
|
@ -19,8 +19,6 @@ export default part => {
|
|||
measurements.neckCircumference * (1 + options.collarEase) * tweak;
|
||||
let width = options.collarStandWidth;
|
||||
let half = length / 2;
|
||||
let buttonSideExtra = options.buttonPlacketWidth / 2;
|
||||
let buttonholeSideExtra = options.buttonholePlacketWidth / 2;
|
||||
let bend = options.collarStandBend * -1;
|
||||
let curve = options.collarStandCurve - options.collarStandBend;
|
||||
let hinge = 90 + (bend + curve) / 2;
|
||||
|
|
|
@ -12,8 +12,7 @@ export default part => {
|
|||
Path,
|
||||
paths,
|
||||
complete,
|
||||
paperless,
|
||||
macro
|
||||
paperless
|
||||
} = part.shorthand();
|
||||
|
||||
draftFrenchCuff(part);
|
||||
|
|
|
@ -7,7 +7,6 @@ import {
|
|||
export default part => {
|
||||
let {
|
||||
store,
|
||||
measurements,
|
||||
sa,
|
||||
points,
|
||||
Path,
|
||||
|
|
|
@ -5,15 +5,7 @@ import {
|
|||
} from "./shared";
|
||||
|
||||
export default part => {
|
||||
let {
|
||||
store,
|
||||
sa,
|
||||
points,
|
||||
Path,
|
||||
paths,
|
||||
complete,
|
||||
paperless
|
||||
} = part.shorthand();
|
||||
let { sa, points, Path, paths, complete, paperless } = part.shorthand();
|
||||
|
||||
draftFrenchCuff(part);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue