🚨 Removed linter warnings
This commit is contained in:
parent
803e1c0552
commit
2b91e0282c
8 changed files with 4 additions and 37 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue