diff --git a/babel.config.js b/babel.config.js index 413d8936e262..5ea6cfb229e9 100644 --- a/babel.config.js +++ b/babel.config.js @@ -110,6 +110,7 @@ module.exports = function (api) { case "test": targets = { node: "current" }; needsPolyfillsForOldNode = true; + dynamicESLintVersionCheck = true; break; case "development": envOpts.debug = true;