Skip to content

Commit

Permalink
Update next lint section (#51898)
Browse files Browse the repository at this point in the history
App directory is stable so you no longer need appDir.

Co-authored-by: Steven <[email protected]>
  • Loading branch information
Tyler Lutz and styfle authored Jun 29, 2023
1 parent 18406ad commit a2df492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/02-app/02-api-reference/08-next-cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ npx next start --keepAliveTimeout 70000

## Lint

`next lint` runs ESLint for all files in the `pages/`, `app` (only if the experimental `appDir` feature is enabled), `components/`, `lib/`, and `src/` directories. It also
`next lint` runs ESLint for all files in the `pages/`, `app/`, `components/`, `lib/`, and `src/` directories. It also
provides a guided setup to install any required dependencies if ESLint is not already configured in
your application.

Expand Down

0 comments on commit a2df492

Please sign in to comment.