rsnext/test/integration/dist-dir
Wyatt Johnson 9d1ae19af3
[lint] Disable linting using project config for tests (#66145)
During integration testing, previously, calls to `next build` could rely
on the project (the Next.js project) level ESLint configuration. In
order to correct this, a new `lint` option was added to `nextBuild` that
can be passed to enabled linting. If this is `false` or `undefined`, a
`--no-lint` argument will be passed to `next build` to prevent it from
running.
2024-05-28 07:53:26 -07:00
..
pages Format missed files (#7464) 2019-05-29 18:19:32 -07:00
test [lint] Disable linting using project config for tests (#66145) 2024-05-28 07:53:26 -07:00
next.config.js Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00