Skip to content

Commit 1fb0e6e

Browse files
committed
fix: fix the babel config file formating
1 parent 251cea6 commit 1fb0e6e

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

babel.config.js

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
export default {
2-
presets: [
3-
"@babel/preset-env",
4-
"@babel/preset-typescript"
5-
]
6-
}
7-
2+
presets: ["@babel/preset-env", "@babel/preset-typescript"],
3+
};

0 commit comments

Comments
 (0)