Skip to content

Commit

Permalink
fix: remove lint ignoring from next config
Browse files Browse the repository at this point in the history
  • Loading branch information
Aerilym committed Jul 9, 2024
1 parent 29f7050 commit 4fac609
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions apps/staking/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ const getSENTStakingApiUrl = () => {

/** @type {import('next').NextConfig} */
const nextConfig = {
eslint: {
ignoreDuringBuilds: true,
},
typescript: {
ignoreBuildErrors: true,
},
transpilePackages: [
'@session/ui',
'@session/wallet',
Expand Down

0 comments on commit 4fac609

Please sign in to comment.