mirror of
https://github.com/tauri-apps/tauricon.git
synced 2026-02-04 02:31:20 +01:00
fix(style): lint and format (#2)
This commit is contained in:
@@ -13,7 +13,7 @@ import pkg from './package.json'
|
||||
|
||||
export default {
|
||||
input: {
|
||||
'tauricon': './src/tauricon.ts',
|
||||
tauricon: './src/tauricon.ts'
|
||||
},
|
||||
treeshake: true,
|
||||
perf: true,
|
||||
|
||||
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user