1
0
Fork 0

chore: Fix linter warnings

This commit is contained in:
joostdecock 2022-08-25 12:53:07 +02:00
parent 154d117883
commit 647dded023
4 changed files with 3 additions and 4 deletions

View file

@ -3,7 +3,7 @@ import pkg from '../package.json' assert { type: 'json' }
const { version } = pkg
export default {
version: pkg.version,
version,
name: 'legend',
design: 'Joost De Cock',
code: 'Joost De Cock',

View file

@ -7,7 +7,6 @@ import render from "./fixtures/render.mjs"
chai.use(chaiString)
const expect = chai.expect
const { version } = pkg
const round = freesewing.utils.round
it("Svg constructor should initialize object", () => {
let pattern = new freesewing.Pattern();

View file

@ -1,5 +1,5 @@
import { nonHumanMeasurements } from './non-human-measurements.mjs'
import { measurements, withBreasts, withoutBreasts } from '@freesewing/models'
import { withBreasts, withoutBreasts } from '@freesewing/models'
import chai from 'chai'
const expect = chai.expect

View file

@ -1,5 +1,5 @@
import { nonHumanMeasurements } from './non-human-measurements.mjs'
import { measurements, withBreasts, withoutBreasts } from '@freesewing/models'
import { withBreasts, withoutBreasts } from '@freesewing/models'
import chai from 'chai'
const expect = chai.expect