Skip to content

Commit 73c0c23

Browse files
committed
Fix formatting in babel.config.js: remove trailing comma in configuration object
1 parent fa17e14 commit 73c0c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/babel.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ module.exports = function (api) {
2828
],
2929
],
3030
},
31-
{ root, pkg },
31+
{ root, pkg }
3232
);
3333
};

0 commit comments

Comments
 (0)