1
0
Fork 0

chore: Linter changes

This commit is contained in:
Joost De Cock 2021-04-24 10:16:31 +02:00
parent dfdfc46ded
commit f191151ee4
354 changed files with 2467 additions and 2472 deletions

View file

@ -9,7 +9,7 @@ export default {
if (svg.attributes.get('freesewing:plugin-bartack') === false) {
svg.attributes.set('freesewing:plugin-bartack', version)
}
}
},
},
macros: {
bartack: function (so) {
@ -25,6 +25,6 @@ export default {
let self = this
so.bartackFractionAlong = true
return bartack(so, self)
}
}
},
},
}