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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue