1
0
Fork 0

🚨 Removed linter warnings

This commit is contained in:
Joost De Cock 2019-05-10 13:21:21 +02:00
parent 803e1c0552
commit 2b91e0282c
8 changed files with 4 additions and 37 deletions

View file

@ -6,7 +6,6 @@ export default function(part) {
Point,
Path,
points,
paths,
store,
options,
measurements,

View file

@ -8,9 +8,6 @@ export default function(part) {
points,
Path,
paths,
Snippet,
snippets,
measurements,
complete,
paperless,
macro

View file

@ -1,15 +1,7 @@
import draftPanel1ab from "./panel1ab";
export default function(part) {
let {
macro,
sa,
paths,
Path,
options,
complete,
paperless
} = part.shorthand();
let { macro, sa, paths, options, complete, paperless } = part.shorthand();
delete paths.outline;
delete paths.panel2;

View file

@ -10,16 +10,7 @@ export default function(part) {
} = part.shorthand();
const fitCap = (part, scale) => {
let {
sa,
complete,
points,
options,
Point,
paths,
Path,
measurements
} = part.shorthand();
let { points, options, Point, Path, measurements } = part.shorthand();
let base = scale * measurements.headCircumference * (1 + options.headEase);

View file

@ -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;

View file

@ -12,8 +12,7 @@ export default part => {
Path,
paths,
complete,
paperless,
macro
paperless
} = part.shorthand();
draftFrenchCuff(part);

View file

@ -7,7 +7,6 @@ import {
export default part => {
let {
store,
measurements,
sa,
points,
Path,

View file

@ -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);