1
0
Fork 0

chore: fixed linter warnings

This commit is contained in:
joostdecock 2021-09-05 10:58:21 +02:00
parent bbf2f31936
commit ab04f2f95d
4 changed files with 2 additions and 4 deletions

View file

@ -4,7 +4,6 @@ export default (part) => {
let {
store,
measurements,
utils,
sa,
Point,
points,

View file

@ -206,7 +206,7 @@ export const paperlessFrenchCuff = (part) => {
}
export const frontDimensions = (part, side = 'left') => {
let { sa, options, paperless, points, macro, Path } = part.shorthand()
let { sa, options, paperless, points, macro } = part.shorthand()
let factor = side === 'right' ? -1 : 1
macro('banner', {
path: 'hemSa',