t3-oss / create-t3-turbo

Clean and simple starter repo using the T3 Stack along with Expo React Native
https://turbo.t3.gg
MIT License
4.57k stars 384 forks source link

fix(linter): ignore @next/no-page-custom-font #1200

Open tomwatkins1994 opened 3 days ago

tomwatkins1994 commented 3 days ago

I noticed that in the nextjs.js lint file the @next/next/no-duplicate-head rule is turned off to avoid the context.getAncestors is not a function error. This PR also turns off the @next/next/no-page-custom-font rule as this also currently throws the same error for me in Next.js 14.2.13.