Running prettier on all next.js files

This commit is contained in:
Keith Stevens
2022-12-13 21:37:52 +09:00
parent 08ede174d9
commit 288d64d1e9
6 changed files with 53 additions and 40 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
}
};
module.exports = nextConfig
module.exports = nextConfig;