1
0
Fork 0

rotating_light: Fixed linter warnings

This commit is contained in:
Joost De Cock 2019-03-30 14:56:10 +01:00
parent ca01531f35
commit 6fb1f21f43
4 changed files with 4 additions and 4 deletions

View file

@ -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(

View file

@ -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(

View file

@ -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;

View file

@ -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;