chore(teagan): Linter fixes
This commit is contained in:
parent
c847ad46c5
commit
b2cc12adf4
2 changed files with 0 additions and 6 deletions
|
@ -1,5 +1,3 @@
|
|||
import { dimensions } from './shared'
|
||||
|
||||
export default function (part) {
|
||||
let {
|
||||
utils,
|
||||
|
|
|
@ -10,7 +10,6 @@ export default function (part) {
|
|||
complete,
|
||||
paperless,
|
||||
macro,
|
||||
units,
|
||||
measurements
|
||||
} = part.shorthand()
|
||||
|
||||
|
@ -44,9 +43,6 @@ export default function (part) {
|
|||
.close()
|
||||
.attr('class', 'fabric')
|
||||
|
||||
let target = store.get('frontArmholeLength') + store.get('backArmholeLength')
|
||||
let ist = paths.sleevecap.length()
|
||||
|
||||
// Complete pattern?
|
||||
if (complete) {
|
||||
points.title = points.gridAnchor.clone()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue