From 4c9bb71626d0ea1e1db09d9b0628d9690e6fdced Mon Sep 17 00:00:00 2001 From: Julien Fontanet Date: Wed, 2 Mar 2022 17:49:53 +0100 Subject: [PATCH] chore: missing use strict --- babel.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/babel.config.js b/babel.config.js index aabb9b298..03132b114 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,3 +1,5 @@ +'use strict' + module.exports = { // Necessary for jest to be able to find the `.babelrc.js` closest to the file // instead of only the one in this directory.