tatethurston / nextjs-routes

Type safe routing for Next.js
MIT License
553 stars 20 forks source link

Update lint and webpack disable #149

Closed po4tion closed 1 year ago

po4tion commented 1 year ago
  1. If you do pnpm build in the "e2e" folder path, the following warning will occur because "nextjs" will automatically run lint. I supplemented this part.

image

  1. You are aware of the warnings given by "eslint" and you think the grammar is written as intended. If so, removing these warnings through "eslint-disable-next-line" will help you determine the actual error in the future. I supplemented this part.

image

Please advise if there are any exceptions.