From adc4b213b33e8eb0d48b95d41fb8663b720b03bd Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Wed, 18 Oct 2023 17:15:42 +0200 Subject: [PATCH] chore: Remove lint --- plugins/plugin-ringsector/src/index.mjs | 2 +- plugins/plugin-round/src/index.mjs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/plugin-ringsector/src/index.mjs b/plugins/plugin-ringsector/src/index.mjs index 633ea59b7f6..533108e1c00 100644 --- a/plugins/plugin-ringsector/src/index.mjs +++ b/plugins/plugin-ringsector/src/index.mjs @@ -52,7 +52,7 @@ export const plugin = { for (const id of Object.values(store.get([...storeRoot, 'paths']))) delete paths[id] for (const id of Object.values(store.get([...storeRoot, 'points']))) delete points[id] }, - ringsector: function (mc, { utils, Point, points, Path, paths, store, part }) { + ringsector: function (mc, { utils, Point, points, Path, paths, store }) { const { angle, insideRadius, diff --git a/plugins/plugin-round/src/index.mjs b/plugins/plugin-round/src/index.mjs index 0243c736ffa..a012a41ef70 100644 --- a/plugins/plugin-round/src/index.mjs +++ b/plugins/plugin-round/src/index.mjs @@ -10,7 +10,7 @@ export const plugin = { name, version, macros: { - round: function (mc, { points, paths, Point, Path, store, part }) { + round: function (mc, { points, paths, Point, Path, store }) { const C = 0.55191502449 const { from = new Point(0, 0),