Skip to content

Commit 89a65b0

Browse files
docs: clarify how config arrays can apply to subsets of files (#19788)
* docs: clarify how to apply config arrays to file subsets * Update docs/src/use/configure/combine-configs.md for style concistency Co-authored-by: Nicholas C. Zakas <[email protected]> --------- Co-authored-by: Nicholas C. Zakas <[email protected]>
1 parent 2ba8a0d commit 89a65b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 (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)