Description
eslint could be run against the code as documented in Next.JS reference configuration.
eslint
does static testing, it's raison d'être is to ensure that the quality of code matches what can be reasonably expected from a modern next application. This improves the security, readability, and maintainability of the code.
We expect it to also help with review of future community contributions.