1
0
Fork 0

chore: Remove lint

This commit is contained in:
Joost De Cock 2023-10-18 17:15:42 +02:00
parent 207dd9008b
commit adc4b213b3
2 changed files with 2 additions and 2 deletions

View file

@ -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, 'paths']))) delete paths[id]
for (const id of Object.values(store.get([...storeRoot, 'points']))) delete points[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 { const {
angle, angle,
insideRadius, insideRadius,

View file

@ -10,7 +10,7 @@ export const plugin = {
name, name,
version, version,
macros: { macros: {
round: function (mc, { points, paths, Point, Path, store, part }) { round: function (mc, { points, paths, Point, Path, store }) {
const C = 0.55191502449 const C = 0.55191502449
const { const {
from = new Point(0, 0), from = new Point(0, 0),