From b8c786a5bed0c07f936bc07f5a57cff747865df4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yae=CC=88l=20GUILLOUX?= Date: Wed, 12 May 2021 18:03:41 +0200 Subject: [PATCH] :wrench: (docs) remove linting errors from docs nuxt.config --- docs/nuxt.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/nuxt.config.ts b/docs/nuxt.config.ts index 6e423eb4a..7e1368d39 100644 --- a/docs/nuxt.config.ts +++ b/docs/nuxt.config.ts @@ -40,6 +40,7 @@ export default withDocus({ const dest = resolve(__dirname, '../.vercel_build_output') await copy(src, dest) } catch { + // eslint-disable-next-line no-console console.log('Issue copying `.vercel_build_output` to project root.') } }