Published
- 1 min read
how disable linting in nextjs 12
The solution for this is noted below
how disable linting in nextjs 12
Solution
// add in next config
eslint: {
ignoreDuringBuilds: true
}
Try other methods by searching on the site. That is if this doesn’t work