Skip to content

Commit

Permalink
Update docs/basic-features/eslint.md
Browse files Browse the repository at this point in the history
Co-authored-by: Lee Robinson <me@leerob.io>
  • Loading branch information
mrmckeb and leerob committed Aug 17, 2021
1 parent d8624dd commit e239188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/basic-features/eslint.md
Expand Up @@ -104,7 +104,7 @@ If you already have ESLint configured in your application, we recommend extendin

#### `rootDir`

If you're using `eslint-plugin-next` in a project where Next.js isn't installed in your root directory (such as a monorepo), you can tell `eslint-plugin-next` where to find your Next.js application using the using the `settings` property in your `.eslintrc`:
If you're using `eslint-plugin-next` in a project where Next.js isn't installed in your root directory (such as a monorepo), you can tell `eslint-plugin-next` where to find your Next.js application using the `settings` property in your `.eslintrc`:

```json
{
Expand Down

0 comments on commit e239188

Please sign in to comment.