🚨 Fixed linter warnings
This commit is contained in:
parent
446db0d3a5
commit
f2f6d3d856
7 changed files with 4 additions and 143 deletions
|
@ -103,7 +103,6 @@ let methods = {
|
|||
draftPath_join,
|
||||
draftPath_length,
|
||||
draftPath_offset,
|
||||
draftPath_ops,
|
||||
draftPath_reverse,
|
||||
draftPath_shiftalong,
|
||||
draftPath_shiftfractionalong,
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue