chore: Linter
This commit is contained in:
parent
adb9e93024
commit
1a46c8e724
227 changed files with 660 additions and 936 deletions
packages/simon/src
|
@ -1,6 +1,6 @@
|
|||
import { addButtons } from './shared'
|
||||
|
||||
export default part => {
|
||||
export default (part) => {
|
||||
let {
|
||||
utils,
|
||||
sa,
|
||||
|
@ -49,10 +49,7 @@ export default part => {
|
|||
.line(points.placketTopEdge)
|
||||
.line(points.placketBottomEdge)
|
||||
|
||||
paths.seam = paths.saBase
|
||||
.clone()
|
||||
.close()
|
||||
.attr('class', 'fabric')
|
||||
paths.seam = paths.saBase.clone().close().attr('class', 'fabric')
|
||||
|
||||
// Complete pattern?
|
||||
if (complete) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue