Skip to content

Commit 2cc8fcd

Browse files
docs: clarify how to apply config arrays to file subsets
1 parent 0f773ef commit 2cc8fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/use/configure/combine-configs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export default defineConfig([
9898

9999
### Apply a Config Array to a Subset of Files
100100

101-
You can apply a config array to just a subset of files by using the `extends` key. For example:
101+
You can apply a config array — that is, an array of configuration objects — to just a subset of files by using the `extends` key. For example:
102102

103103
```js
104104
// eslint.config.js

0 commit comments

Comments
 (0)