fix(style): lint and format (#2)

This commit is contained in:
nothingismagick
2022-01-27 22:38:03 +01:00
committed by GitHub
parent 286bad9c85
commit 452799dc3a
2 changed files with 2 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ import pkg from './package.json'
export default {
input: {
'tauricon': './src/tauricon.ts',
tauricon: './src/tauricon.ts'
},
treeshake: true,
perf: true,

View File

@@ -279,6 +279,7 @@ const tauricon = {
pngImage.png()
await pngImage.toFile(pvar[0])
} catch (err: Err) {
// eslint-disable-next-line @typescript-eslint/no-unsafe-argument
warn(err)
}
}