Skip to content

Commit

Permalink
🔧 (siroc) remove linting errors from siroc config
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed May 12, 2021
1 parent 92dfdf3 commit f7ff790
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions siroc.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@ export default defineSirocConfig({

await fs.promises.writeFile(file, code || contents)
} catch (e) {
// eslint-disable-next-line no-console
console.log('Could not minify:')

// eslint-disable-next-line no-console
console.log(file)
}
})
Expand Down

0 comments on commit f7ff790

Please sign in to comment.