linting fixes

This commit is contained in:
2023-08-30 17:43:49 -04:00
parent 0c930a24ea
commit d999e3d484
7 changed files with 12 additions and 9 deletions

View File

@@ -2,6 +2,9 @@
const nextConfig = {
reactStrictMode: true,
swcMinify: true,
eslint: {
ignoreDuringBuilds: true
}
}
module.exports = nextConfig