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

@ -11,7 +11,6 @@ export default (part) => {
Snippet, Snippet,
snippets, snippets,
options, options,
measurements,
complete, complete,
paperless, paperless,
macro, macro,

View file

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

View file

@ -206,7 +206,7 @@ export const paperlessFrenchCuff = (part) => {
} }
export const frontDimensions = (part, side = 'left') => { 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 let factor = side === 'right' ? -1 : 1
macro('banner', { macro('banner', {
path: 'hemSa', path: 'hemSa',

View file

@ -1,5 +1,5 @@
export default function (part) { export default function (part) {
let { Point, Path, points, paths, store, options, complete, sa, paperless, macro } = let { Point, Path, points, paths, complete, sa, paperless, macro } =
part.shorthand() part.shorthand()
// Clear paths from Brian, but keep sleevecap // Clear paths from Brian, but keep sleevecap