Skip to content

Commit 62851fa

Browse files
committed
chore: remove unnecessary ignored dep
1 parent 4de416e commit 62851fa

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

knip.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ const config: KnipConfig = {
3232
'@voidzero-dev/vite-plus-core',
3333
'vite-plus!',
3434
'h3',
35-
'puppeteer',
3635
/** Needs to be explicitly installed, even though it is not imported, to avoid type errors. */
3736
'unplugin-vue-router',
3837
'vite-plugin-pwa',

lighthouse-setup.cjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
* If not set, defaults to 'dark'.
77
*/
88

9-
/** @param {import('puppeteer').Browser} browser */
109
module.exports = async function setup(browser, { url }) {
1110
const colorMode = process.env.LIGHTHOUSE_COLOR_MODE || 'dark'
1211
const page = await browser.newPage()

0 commit comments

Comments
 (0)