This is an automated email from the ASF dual-hosted git repository. maximebeauchemin pushed a commit to branch supersetbot-docker in repository https://gitbox.apache.org/repos/asf/superset.git
commit 014cb9ee7de54cc1e6cd8805aa103e2eb4640301 Author: Maxime Beauchemin <[email protected]> AuthorDate: Wed Feb 14 15:27:00 2024 -0800 format JSON --- .github/supersetbot/.babelrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/supersetbot/.babelrc b/.github/supersetbot/.babelrc index 3c3d99ddbb..6c8fbcda82 100644 --- a/.github/supersetbot/.babelrc +++ b/.github/supersetbot/.babelrc @@ -1,5 +1,5 @@ { - "presets": [ - ["@babel/preset-env", {"targets": {"node": "current"}}] - ] + "presets": [ + ["@babel/preset-env", {"targets": {"node": "current"}}] + ] }
