rsnext/test/integration/eslint
JJ Kasper 29c2e89bd1
Break up large test suites (#50458)
This breaks up some of our longest running tests which allows more
parallelizing of the tests. This also moves turbopack tests filtering
back to an allow list as it is running a lot of unrelated tests
currently which isn't ideal. We should only be running against tests
that are explicitly testing turbopack e.g. build tests should not be
duplicated in the turbopack group.

```sh
test/integration/css/test/group-1.test.js: 762.655
test/integration/edge-runtime-module-errors/test/index.test.js: 695.309
test/integration/css/test/group-2.test.js: 671.848
test/integration/i18n-support/test/index.test.js: 518.173
test/integration/scss-modules/test/index.test.js: 451.704
test/integration/css-features/test/index.test.js: 417.318
test/integration/css-modules/test/index.test.js: 403.405
test/integration/eslint/test/index.test.js: 381.563
test/integration/500-page/test/index.test.js: 371.134
test/integration/telemetry/test/index.test.js: 367.691
test/development/acceptance-app/ReactRefreshLogBox.test.ts: 335.878
test/integration/create-next-app/templates.test.ts: 334.01
test/integration/scss/test/group-2.test.js: 327.255
test/integration/scss/test/group-1.test.js: 318.574
test/integration/edge-runtime-configurable-guards/test/index.test.js: 313.834
test/e2e/instrumentation-hook/instrumentation-hook.test.ts: 294.618
test/development/acceptance-app/error-recovery.test.ts: 283.355
test/e2e/app-dir/app/vercel-speed-insights.test.ts: 278.242
test/integration/create-next-app/index.test.ts: 272.442
```
2023-05-28 13:59:41 -07:00
..
base-directories [ESLint] Add app dir to default linting directories (#44426) 2023-02-07 13:53:46 -08:00
config-core-web-vitals Fix eslint config next/core-web-vitals (#27567) 2021-07-28 19:07:54 +00:00
config-in-package-json fix: don't create .eslintrc if package.json contains eslintConfig (#26025) 2021-06-14 15:57:18 -05:00
custom-config [ESLint] Adds --quiet flag, TypeScript resolver and bug fixes (#26280) 2021-06-18 15:17:53 +02:00
custom-directories ESLint Updates (#25895) 2021-06-08 17:46:00 -05:00
empty-directory [ESLint] Remove error when file patterns are unmatched + ESLint setup changes (#27119) 2021-07-16 20:19:08 +02:00
eslint-cache enables eslint caching by default (#28349) 2021-08-23 12:56:21 -05:00
eslint-cache-custom-dir Enable import assertion syntax parsing (#33750) 2022-03-06 20:41:22 +00:00
eslint-ignore [ESLint] Remove error when file patterns are unmatched + ESLint setup changes (#27119) 2021-07-16 20:19:08 +02:00
file-linting [ESLint] Support single-file linting in next lint (necessary for lint-staged) (#28042) 2021-09-06 13:05:40 +02:00
first-time-setup Enable import assertion syntax parsing (#33750) 2022-03-06 20:41:22 +00:00
ignore-during-builds ESLint Updates (#25895) 2021-06-08 17:46:00 -05:00
invalid-eslint-version Fix eslint version check for older versions (#26212) 2021-06-16 14:16:01 -05:00
max-warnings [ESLint] Adds --max-warnings flag to next lint (#26697) 2021-06-29 10:12:23 +00:00
mjs-cjs-linting Lint files with mjs, mts, cjs and cts extension by default (#40879) 2022-10-03 19:54:27 +00:00
no-config/pages [ESLint] Introduce a new setup process when next lint is run for the first time (#26584) 2021-08-04 21:53:15 +00:00
no-eslint-plugin [ESLint] Introduce a new setup process when next lint is run for the first time (#26584) 2021-08-04 21:53:15 +00:00
plugin-core-web-vitals-config [eslint] move core-web-vitals config to eslint-plugin-next (#27363) 2021-07-23 17:58:53 +00:00
plugin-recommended-config [eslint] move core-web-vitals config to eslint-plugin-next (#27363) 2021-07-23 17:58:53 +00:00
test Break up large test suites (#50458) 2023-05-28 13:59:41 -07:00
with-typescript Remove experimental config from create-next-app (#49241) 2023-05-05 00:22:28 -07:00