Skip to content

Commit

Permalink
refactor(docs): skip eslint during build
Browse files Browse the repository at this point in the history
We are doing this as part of our `code_check` workflow, not needed to do it again.
  • Loading branch information
brankoconjic committed May 11, 2024
1 parent 56ccaf7 commit a99a59b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/docs/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ const { withContentlayer } = require("next-contentlayer");
const nextConfig = {
basePath: "/wedges/docs",
reactStrictMode: true,
eslint: {
ignoreDuringBuilds: true,
},
images: {
remotePatterns: [
{
Expand Down

0 comments on commit a99a59b

Please sign in to comment.