Skip to content

Commit eddf6c2

Browse files
authored
refactor: add trailing comma
1 parent 11df4e6 commit eddf6c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/gulpfile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const buildExample = (done) =>
3131
dir: "dist",
3232
format: "esm",
3333
sourcemap: true,
34-
})
34+
}),
3535
)
3636
.then(() => {
3737
done();

0 commit comments

Comments
 (0)