1
0
Fork 0

🚨 Fixed linter warnings

This commit is contained in:
Joost De Cock 2019-05-25 19:32:51 +02:00
parent 446db0d3a5
commit f2f6d3d856
7 changed files with 4 additions and 143 deletions

View file

@ -103,7 +103,6 @@ let methods = {
draftPath_join,
draftPath_length,
draftPath_offset,
draftPath_ops,
draftPath_reverse,
draftPath_shiftalong,
draftPath_shiftfractionalong,

View file

@ -1,5 +1,5 @@
export default part => {
let { Point, points, Snippet, snippets, macro } = part.shorthand();
let { Point, points, macro } = part.shorthand();
points.from = new Point(10, 10);
points.to = new Point(90, 40);

View file

@ -1,5 +1,5 @@
export default part => {
let { Point, points, Snippet, snippets, macro } = part.shorthand();
let { Point, points, macro } = part.shorthand();
points.from = new Point(10, 10);
points.to = new Point(90, 40);

View file

@ -1,5 +1,5 @@
export default part => {
let { Point, points, Snippet, snippets, macro } = part.shorthand();
let { Point, points, macro } = part.shorthand();
points.from = new Point(10, 10);
points.to = new Point(90, 40);

View file

@ -1,5 +1,5 @@
export default part => {
let { Point, points, Path, paths, Snippet, snippets } = part.shorthand();
let { Point, points, Path, paths } = part.shorthand();
points.sun = new Point(40, 40);
points.moon = new Point(70, 40);