Remove Prettier custom settings and change all files

This commit is contained in:
Dustin Brett
2021-06-26 23:39:01 -07:00
parent df704f3152
commit ea9c6efb28
118 changed files with 862 additions and 866 deletions

View File

@@ -6,7 +6,7 @@
const nextConfig = {
experimental: {},
future: {},
reactStrictMode: true
reactStrictMode: true,
};
module.exports = nextConfig;