rsnext/test/integration/eslint
Tim Neutkens 25a9547cad
Remove experimental config from create-next-app (#49241)
## What?

Removes `experimental.appDir` this was leftover from when I flipped the
switch.

Kept the config file as in the future we might add future flags and
such. It also helps that it has the types comment included so you always
get types.

<!-- Thanks for opening a PR! Your contribution is much appreciated.
To make sure your PR is handled as smoothly as possible we request that
you follow the checklist sections below.
Choose the right checklist for the change(s) that you're making:

## For Contributors

### Improving Documentation or adding/fixing Examples

- The "examples guidelines" are followed from our contributing doc
https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md
- Make sure the linting passes by running `pnpm build && pnpm lint`. See
https://github.com/vercel/next.js/blob/canary/contributing/repository/linting.md

### Fixing a bug

- Related issues linked using `fixes #number`
- Tests added. See:
https://github.com/vercel/next.js/blob/canary/contributing/core/testing.md#writing-tests-for-nextjs
- Errors have a helpful link attached, see
https://github.com/vercel/next.js/blob/canary/contributing.md

### Adding a feature

- Implements an existing feature request or RFC. Make sure the feature
request has been accepted for implementation before opening a PR. (A
discussion must be opened, see
https://github.com/vercel/next.js/discussions/new?category=ideas)
- Related issues/discussions are linked using `fixes #number`
- e2e tests added
(https://github.com/vercel/next.js/blob/canary/contributing/core/testing.md#writing-tests-for-nextjs
- Documentation added
- Telemetry added. In case of a feature if it's used or not.
- Errors have a helpful link attached, see
https://github.com/vercel/next.js/blob/canary/contributing.md



## For Maintainers

- Minimal description (aim for explaining to someone not on the team to
understand the PR)
- When linking to a Slack thread, you might want to share details of the
conclusion
- Link both the Linear (Fixes NEXT-xxx) and the GitHub issues
- Add review comments if necessary to explain to the reviewer the logic
behind a change

### What?

### Why?

### How?

Closes NEXT-
Fixes #

-->

---------

Co-authored-by: JJ Kasper <jj@jjsweb.site>
2023-05-05 00:22:28 -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 Updates next/image eslint message to denote that costs may be incurred. (#46640) 2023-03-01 14:28:09 -08:00
with-typescript Remove experimental config from create-next-app (#49241) 2023-05-05 00:22:28 -07:00