chore: Fix linter warnings
This commit is contained in:
parent
154d117883
commit
647dded023
4 changed files with 3 additions and 4 deletions
|
@ -3,7 +3,7 @@ import pkg from '../package.json' assert { type: 'json' }
|
||||||
const { version } = pkg
|
const { version } = pkg
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
version: pkg.version,
|
version,
|
||||||
name: 'legend',
|
name: 'legend',
|
||||||
design: 'Joost De Cock',
|
design: 'Joost De Cock',
|
||||||
code: 'Joost De Cock',
|
code: 'Joost De Cock',
|
||||||
|
|
|
@ -7,7 +7,6 @@ import render from "./fixtures/render.mjs"
|
||||||
chai.use(chaiString)
|
chai.use(chaiString)
|
||||||
const expect = chai.expect
|
const expect = chai.expect
|
||||||
const { version } = pkg
|
const { version } = pkg
|
||||||
const round = freesewing.utils.round
|
|
||||||
|
|
||||||
it("Svg constructor should initialize object", () => {
|
it("Svg constructor should initialize object", () => {
|
||||||
let pattern = new freesewing.Pattern();
|
let pattern = new freesewing.Pattern();
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
import { nonHumanMeasurements } from './non-human-measurements.mjs'
|
import { nonHumanMeasurements } from './non-human-measurements.mjs'
|
||||||
import { measurements, withBreasts, withoutBreasts } from '@freesewing/models'
|
import { withBreasts, withoutBreasts } from '@freesewing/models'
|
||||||
import chai from 'chai'
|
import chai from 'chai'
|
||||||
|
|
||||||
const expect = chai.expect
|
const expect = chai.expect
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
import { nonHumanMeasurements } from './non-human-measurements.mjs'
|
import { nonHumanMeasurements } from './non-human-measurements.mjs'
|
||||||
import { measurements, withBreasts, withoutBreasts } from '@freesewing/models'
|
import { withBreasts, withoutBreasts } from '@freesewing/models'
|
||||||
import chai from 'chai'
|
import chai from 'chai'
|
||||||
|
|
||||||
const expect = chai.expect
|
const expect = chai.expect
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue