You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/use/configure/ignore.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,10 @@ eleventyNavigation:
12
12
This page explains how to ignore files using the flat config format. For the deprecated eslintrc format, [see the deprecated documentation](ignore-deprecated).
13
13
:::
14
14
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
+
15
19
You can configure ESLint to ignore certain files and directories while linting by specifying one or more glob patterns in the following ways:
0 commit comments