From da490c864b4c8f3e0196b06dbfb90d54db7049f3 Mon Sep 17 00:00:00 2001 From: karmaniverous Date: Wed, 21 Dec 2022 21:40:39 +0800 Subject: [PATCH] updated ignores --- .babelrc | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.babelrc b/.babelrc index 61c56d2..416c1c1 100644 --- a/.babelrc +++ b/.babelrc @@ -1,11 +1,5 @@ { - "ignore": [ - "**/*.test.cjs", - "**/*.test.js", - "**/*.test.jsx", - "**/*.test.mjs", - "**/*.test.ts" - ], + "ignore": ["**/*.test.cjs", "**/*.test.js", "**/*.test.mjs", "**/*.test.ts"], "presets": ["@babel/preset-env"], "plugins": [ "@babel/plugin-syntax-import-assertions",