From 69ff334070412c5495816f9b8a1a813a339aac0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sami=20M=C3=A4kinen?= Date: Thu, 31 Oct 2019 16:40:44 +0200 Subject: [PATCH] Make ESLint happy again --- babel.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/babel.config.js b/babel.config.js index 5938ba7d7a..15f3793a75 100644 --- a/babel.config.js +++ b/babel.config.js @@ -6,7 +6,7 @@ module.exports = { [ '@babel/preset-env', { - useBuiltIns: "usage", + useBuiltIns: 'usage', corejs: 3, targets: { node: 'current'