From 2e09fcdcb8d782c5af71788ce2e947f47ae256c9 Mon Sep 17 00:00:00 2001 From: Alexander Drozdov Date: Mon, 9 Mar 2020 19:15:36 +0200 Subject: [PATCH] lint --- src/main.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.ts b/src/main.ts index 6b89e60d..fa6b8f29 100644 --- a/src/main.ts +++ b/src/main.ts @@ -20,5 +20,6 @@ new Vue({ process.on('unhandledRejection', error => { // TODO: log to Sentry + // eslint-disable-next-line no-console console.error(error) })