We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f773ef commit 2cc8fcdCopy full SHA for 2cc8fcd
docs/src/use/configure/combine-configs.md
@@ -98,7 +98,7 @@ export default defineConfig([
98
99
### Apply a Config Array to a Subset of Files
100
101
-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 — that is, an array of configuration objects — to just a subset of files by using the `extends` key. For example:
102
103
```js
104
// eslint.config.js
0 commit comments