fuck eslint

This commit is contained in:
Lio 2024-10-09 10:43:28 +00:00
parent a67e8676e3
commit e88fa64996

View file

@ -1,6 +1,9 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
eslint: {
ignoreDuringBuilds: true,
}
}
module.exports = nextConfig