Skip to content

Commit

Permalink
chore(docs): correct syntax error in ESLint configuration example (#9870
Browse files Browse the repository at this point in the history
)
  • Loading branch information
brunocroh authored Feb 1, 2025
1 parent aa598e3 commit 7d804ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/repo-docs/guides/tools/eslint.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ import { nextJsConfig } from "@repo/eslint-config/next-js";

/** @type {import("eslint").Linter.Config} */
export default [
...nextJsConfig;
...nextJsConfig,
// Other configurations
]
```
Expand Down

0 comments on commit 7d804ad

Please sign in to comment.