chore: Remove lint
This commit is contained in:
parent
207dd9008b
commit
adc4b213b3
2 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue