forumone / nextjs-project

Next.js project template
0 stars 0 forks source link

adds spacing utility classes #38

Closed coreylafferty closed 11 months ago

kmonahan commented 11 months ago

Tested both with local node and with ddev and both by running npm run lint manually and by making a commit. In all cases, I wasn't able to replicate the issue that @coreylafferty was seeing locally, where type-checking was failing due to a weird error deep within node_modules. @mdrayer , can you test this branch locally as well and see if you spot anything odd?

coreylafferty commented 11 months ago

@kmonahan I fixed my issue locally. Just needed to use the proper node version. I think this can be merged if it looks good to you.