Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/use/configure/combine-configs.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export default defineConfig([

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

You can apply a config array to just a subset of files by using the `extends` key. For example:
You can apply a config array (an array of configuration objects) to just a subset of files by using the `extends` key. For example:

```js
// eslint.config.js
Expand Down
Loading