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/user-guide/configuring/configuration-files-new.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ In this example, the configuration array contains just one configuration object.
35
35
36
36
Each configuration object contains all of the information ESLint needs to execute on a set of files. Each configuration object is made up of these properties:
37
37
38
-
*`files` - An array of glob patterns indicating the files that the configuration object should apply to. If not specified, the configuration object applies to all files.
38
+
*`files` - An array of glob patterns indicating the files that the configuration object should apply to. If not specified, the configuration object applies to all files matched by any other configuration object.
39
39
*`ignores` - An array of glob patterns indicating the files that the configuration object should not apply to. If not specified, the configuration object applies to all files matched by `files`.
40
40
*`languageOptions` - An object containing settings related to how JavaScript is configured for linting.
41
41
*`ecmaVersion` - The version of ECMAScript to support. May be any year (i.e., `2022`) or version (i.e., `5`). Set to `"latest"` for the most recent supported version. (default: `"latest"`)
0 commit comments