Skip to content

Commit b2404b3

Browse files
committed
style: lint
1 parent 2d36e64 commit b2404b3

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

next.config.js

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ const withBundleAnalyzer = require("@next/bundle-analyzer");
22

33
const config = {
44
compiler: {
5-
emotion:
6-
true
5+
emotion: true,
76
},
87
};
98

@@ -12,6 +11,6 @@ const bundleAnalyzer = withBundleAnalyzer({
1211
});
1312

1413
module.exports = (_phase, { defaultConfig }) => {
15-
const plugins = [bundleAnalyzer]
16-
return plugins.reduce((acc, plugin) => plugin(acc), { ...config })
17-
}
14+
const plugins = [bundleAnalyzer];
15+
return plugins.reduce((acc, plugin) => plugin(acc), { ...config });
16+
};

0 commit comments

Comments
 (0)