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

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