rotating_light: Fixed linter warnings
This commit is contained in:
parent
ca01531f35
commit
6fb1f21f43
4 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
export default function(part) {
|
||||
let { paperless, sa, utils, store, complete, points, macro, Point, paths, Path } = part.shorthand();
|
||||
let { paperless, sa, store, complete, points, macro, Point, paths, Path } = part.shorthand();
|
||||
|
||||
points.topLeft = new Point(0, 0);
|
||||
points.bottomRight = new Point(
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
export default function(part) {
|
||||
let { paperless, sa, snippets, Snippet, utils, store, complete, points, measurements, options, macro, Point, paths, Path } = part.shorthand();
|
||||
let { paperless, sa, store, complete, points, options, macro, Point, paths, Path } = part.shorthand();
|
||||
|
||||
points.topLeft = new Point(0, 0);
|
||||
points.bottomRight = new Point(
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
export default function(part) {
|
||||
let { units, paperless, sa, store, complete, points, measurements, options, macro, Point, paths, Path } = part.shorthand();
|
||||
let { units, paperless, sa, store, complete, points, macro, Point, paths, Path } = part.shorthand();
|
||||
|
||||
let length = store.get("waistToHem") - store.get("beltWidth")/2;
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
export default function(part) {
|
||||
let { paperless, sa, store, complete, points, measurements, options, macro, Point, paths, Path } = part.shorthand();
|
||||
let { paperless, sa, store, complete, points, measurements, options, macro, paths, Path } = part.shorthand();
|
||||
|
||||
// Add cuff
|
||||
let length = measurements.shoulderToWrist * options.cuffLength;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue