🚨 Removed linter warnings
This commit is contained in:
parent
14d8f75929
commit
803e1c0552
138 changed files with 1591 additions and 1250 deletions
|
@ -1,17 +1,5 @@
|
|||
export default function(part) {
|
||||
let {
|
||||
macro,
|
||||
options,
|
||||
Point,
|
||||
Path,
|
||||
points,
|
||||
paths,
|
||||
snippets,
|
||||
Snippet,
|
||||
complete,
|
||||
paperless,
|
||||
store
|
||||
} = part.shorthand();
|
||||
let { macro, Point, Path, points, paths, store } = part.shorthand();
|
||||
|
||||
let y = store.get("y");
|
||||
let w = store.get("w");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue