Skip to content

Commit 00b0585

Browse files
committed
docs: add link in ignore page that redirect to global vs non-global usage of ignores property
1 parent eff756e commit 00b0585

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/src/use/configure/ignore.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ eleventyNavigation:
1212
This page explains how to ignore files using the flat config format. For the deprecated eslintrc format, [see the deprecated documentation](ignore-deprecated).
1313
:::
1414

15+
::: tip
16+
This page explains how to use `ignores` property of an ESLint configuration object. The `ignores` property can behave as global or non-global, based on how you use it. Please read how [ignores can be used as global or non-global](configuration-files) before going through this page.
17+
:::
18+
1519
You can configure ESLint to ignore certain files and directories while linting by specifying one or more glob patterns in the following ways:
1620

1721
* Inside of your `eslint.config.js` file.

0 commit comments

Comments
 (0)