chore: fixed linter warnings
This commit is contained in:
parent
bbf2f31936
commit
ab04f2f95d
4 changed files with 2 additions and 4 deletions
|
@ -4,7 +4,6 @@ export default (part) => {
|
|||
let {
|
||||
store,
|
||||
measurements,
|
||||
utils,
|
||||
sa,
|
||||
Point,
|
||||
points,
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue