Skip to content

Commit

Permalink
deactivate eslint for documentation once again
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeniau committed Jan 27, 2024
1 parent d5cfcaf commit ae44ce1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions website/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,11 @@ module.exports = {
reactStrictMode: true,
trailingSlash: true,
output: 'export',

// Issues while upgrading from next 11 to 12.
// Possibly related to typescript parser missing ?
// TODO Waiting the migration from tslint to eslint to reactivate this
eslint: {
ignoreDuringBuilds: true,
},
};

0 comments on commit ae44ce1

Please sign in to comment.