Skip to content

Commit

Permalink
Update docs/src/use/configure/combine-configs.md
Browse files Browse the repository at this point in the history
Co-authored-by: Nitin Kumar <snitin315@gmail.com>
  • Loading branch information
nzakas and snitin315 committed Jan 4, 2024
1 parent 2b5daf4 commit 3aa06a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/use/configure/combine-configs.md
Expand Up @@ -11,7 +11,7 @@ In many cases, you won't write an ESLint config file from scratch, but rather, y

## Apply a Config Object

If you are importing an object from another module, in most cases, you can just insert the object directly into your config file's exported array. For example, you can use the recommended rule configurations for JavaScript by importing `recommended` config and using it in your array:
If you are importing an object from another module, in most cases, you can just insert the object directly into your config file's exported array. For example, you can use the recommended rule configurations for JavaScript by importing the `recommended` config and using it in your array:

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

0 comments on commit 3aa06a6

Please sign in to comment.