Skip to content

Commit 7d804ad

Browse files
authored
chore(docs): correct syntax error in ESLint configuration example (#9870)
1 parent aa598e3 commit 7d804ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/repo-docs/guides/tools/eslint.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ import { nextJsConfig } from "@repo/eslint-config/next-js";
116116

117117
/** @type {import("eslint").Linter.Config} */
118118
export default [
119-
...nextJsConfig;
119+
...nextJsConfig,
120120
// Other configurations
121121
]
122122
```

0 commit comments

Comments
 (0)