Skip to content

Commit

Permalink
ignore types during build
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorVation committed May 17, 2023
1 parent e213e19 commit f081ac1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"extends": "next/core-web-vitals",
"rules": { "react/no-unescaped-entities": 0 }
"extends": "next/core-web-vitals"
}
3 changes: 3 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ const nextConfig = {
experimental: {
appDir: true,
},
eslint: {
ignoreDuringBuilds: false,
},
};

module.exports = nextConfig;

1 comment on commit f081ac1

@vercel
Copy link

@vercel vercel bot commented on f081ac1 May 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.