Skip to content

Commit

Permalink
docs: correct the usage of eslint-recommended (#9014)
Browse files Browse the repository at this point in the history
Co-authored-by: auvred <61150013+auvred@users.noreply.github.com>
  • Loading branch information
honeymaro and auvred committed May 8, 2024
1 parent d696ea2 commit af47bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/users/Shared_Configurations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ Additionally, it enables rules that promote using the more modern constructs Typ
```js title="eslint.config.js"
export default tseslint.config(
eslint.configs.recommended,
...tseslint.configs.eslintRecommended,
tseslint.configs.eslintRecommended,
);
```

Expand Down

0 comments on commit af47bc9

Please sign in to comment.