1
0
Fork 0

chore(teagan): Linter fixes

This commit is contained in:
Joost De Cock 2021-01-17 13:31:30 +01:00
parent c847ad46c5
commit b2cc12adf4
2 changed files with 0 additions and 6 deletions

View file

@ -1,5 +1,3 @@
import { dimensions } from './shared'
export default function (part) { export default function (part) {
let { let {
utils, utils,

View file

@ -10,7 +10,6 @@ export default function (part) {
complete, complete,
paperless, paperless,
macro, macro,
units,
measurements measurements
} = part.shorthand() } = part.shorthand()
@ -44,9 +43,6 @@ export default function (part) {
.close() .close()
.attr('class', 'fabric') .attr('class', 'fabric')
let target = store.get('frontArmholeLength') + store.get('backArmholeLength')
let ist = paths.sleevecap.length()
// Complete pattern? // Complete pattern?
if (complete) { if (complete) {
points.title = points.gridAnchor.clone() points.title = points.gridAnchor.clone()