Skip to content

Commit

Permalink
Merge pull request #31 from TIHLDE/dev
Browse files Browse the repository at this point in the history
Dev into main
  • Loading branch information
Jonabarce authored Feb 12, 2024
2 parents 8853c36 + 164c740 commit e5d833b
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};

module.exports = nextConfig;
const nextConfig = {
eslint: {
// Ignorer ESLint under byggesteg
ignoreDuringBuilds: true,
},
};

module.exports = nextConfig;

0 comments on commit e5d833b

Please sign in to comment.