Skip to content

Commit c014fb0

Browse files
committed
style: add trailing comma
1 parent c3d1aad commit c014fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ module.exports = {
3333
webpack (config) {
3434
config = withTypedCssModules(config)
3535
return config
36-
}
36+
},
3737
}

0 commit comments

Comments
 (0)