Skip to content
Snippets Groups Projects
Commit cb4920c2 authored by 화균 김's avatar 화균 김
Browse files

fix: disable eslint when build

parent b9482eb3
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,9 @@ import type { NextConfig } from "next";
const nextConfig: NextConfig = {
reactStrictMode: true,
eslint: {
ignoreDuringBuilds: true,
},
compiler: {
styledComponents: true,
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment