Skip to content

Commit

Permalink
docs: note --ignore-path not supported with flat config (#16434)
Browse files Browse the repository at this point in the history
fix #16433
  • Loading branch information
jedwards1211 committed Oct 17, 2022
1 parent 1692840 commit 631cf72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/user-guide/command-line-interface.md
Expand Up @@ -298,6 +298,8 @@ This option is helpful if you are using another program to format your code but

#### `--ignore-path`

**Note:** `--ignore-path` is not supported when using flat config (`eslint.config.js`).

This option allows you to specify the file to use as your `.eslintignore`. By default, ESLint looks in the current working directory for `.eslintignore`. You can override this behavior by providing a path to a different file.

Example:
Expand Down

0 comments on commit 631cf72

Please sign in to comment.