Skip to content

Commit

Permalink
build: enable eslint check
Browse files Browse the repository at this point in the history
  • Loading branch information
olexh committed Aug 18, 2024
1 parent ecf7e07 commit 4d9e880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Icons from 'unplugin-icons/webpack';
const nextConfig = {
output: 'standalone',
eslint: {
ignoreDuringBuilds: true,
ignoreDuringBuilds: false,
},
reactStrictMode: true,
productionBrowserSourceMaps: false,
Expand Down

0 comments on commit 4d9e880

Please sign in to comment.