chore: Linter fixes
This commit is contained in:
parent
b1429a3704
commit
ef5e792d6b
40 changed files with 93 additions and 99 deletions
|
@ -1,8 +1,5 @@
|
|||
import { version, name } from '../data.mjs'
|
||||
|
||||
// Helper method to construct prefixed/suffixed name
|
||||
const getName = (n, so) => `${so.prefix}${n}${so.suffix}`
|
||||
|
||||
// Method that draws the actual bartack
|
||||
const drawBartack = (points, self) => {
|
||||
let path = new self.Path().move(points.path1[0])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue