chore: Linter
This commit is contained in:
parent
adb9e93024
commit
1a46c8e724
227 changed files with 660 additions and 936 deletions
|
@ -1,4 +1,4 @@
|
|||
export default function(part) {
|
||||
export default function (part) {
|
||||
let {
|
||||
options,
|
||||
Point,
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
export default function(part) {
|
||||
export default function (part) {
|
||||
let { points, Path, paths, macro } = part.shorthand()
|
||||
|
||||
macro('round', {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
export default function(part) {
|
||||
export default function (part) {
|
||||
let { Point, points, paths, macro, complete, snippets, Snippet } = part.shorthand()
|
||||
|
||||
// Complete?
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
export default function(part) {
|
||||
export default function (part) {
|
||||
let { points, Path, paths } = part.shorthand()
|
||||
|
||||
points.rightCp2 = points.rightCp1.flipY()
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
export default function(part) {
|
||||
export default function (part) {
|
||||
let { Point, points, Path, paths } = part.shorthand()
|
||||
|
||||
points.edgeLeft = new Point(points.topLeft.x, points.left.y)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
export default function(part) {
|
||||
export default function (part) {
|
||||
let { Point, points, macro } = part.shorthand()
|
||||
|
||||
let strap = points.edgeTop.dy(points.top)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
export default function(part) {
|
||||
export default function (part) {
|
||||
let { points, Path, paths, macro } = part.shorthand()
|
||||
|
||||
let rotateThese = [
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
export default function(part) {
|
||||
export default function (part) {
|
||||
let { points, Path, paths } = part.shorthand()
|
||||
|
||||
points.edgeTopRightCp = points.edgeTopLeftCp.flipX()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue