Skip to content

Commit

Permalink
fix(website): disable eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
ykzts committed Jun 22, 2021
1 parent 38cf908 commit 2199579
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion website/next.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
const withNextra = require('nextra')('nextra-theme-docs', './theme.config.tsx')

module.exports = withNextra()
module.exports = withNextra({
eslint: {
ignoreDuringBuilds: true
}
})

1 comment on commit 2199579

@vercel
Copy link

@vercel vercel bot commented on 2199579 Jun 22, 2021

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.