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