Skip to content

Commit

Permalink
disable eslint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFlore committed May 20, 2024
1 parent 7bca02a commit ff5bbaf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
const nextConfig = {
eslint: {
ignoreDuringBuilds: true,
},
};

export default nextConfig;

0 comments on commit ff5bbaf

Please sign in to comment.