chore: Linter
This commit is contained in:
parent
adb9e93024
commit
1a46c8e724
227 changed files with 660 additions and 936 deletions
|
@ -39,10 +39,7 @@ export default (part) => {
|
|||
|
||||
macro('title', { at: points.title, nr: 2, title: 'back' })
|
||||
snippets.armholePitchNotch = new Snippet('bnotch', points.armholePitch)
|
||||
paths.waist = new Path()
|
||||
.move(points.cbWaist)
|
||||
.line(points.waist)
|
||||
.attr('class', 'help')
|
||||
paths.waist = new Path().move(points.cbWaist).line(points.waist).attr('class', 'help')
|
||||
if (sa) {
|
||||
paths.sa = paths.saBase
|
||||
.offset(sa)
|
||||
|
|
|
@ -53,10 +53,7 @@ export default (part) => {
|
|||
})
|
||||
macro('title', { at: points.title, nr: 1, title: 'front' })
|
||||
snippets.armholePitchNotch = new Snippet('notch', points.armholePitch)
|
||||
paths.waist = new Path()
|
||||
.move(points.cfWaist)
|
||||
.line(points.waist)
|
||||
.attr('class', 'help')
|
||||
paths.waist = new Path().move(points.cfWaist).line(points.waist).attr('class', 'help')
|
||||
if (sa) {
|
||||
paths.sa = paths.saBase
|
||||
.offset(sa)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue