Skip to content

Commit 2a815ad

Browse files
committed
chore: update config
1 parent 84fd516 commit 2a815ad

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

eslint.config.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ export default zayne(
66
type: "lib",
77
ignores: ["eslint.config.js", "apps/docs/.source/**/*"],
88
react: {
9-
nextjs: true,
9+
nextjs: {
10+
overrides: {
11+
"nextjs/no-html-link-for-pages": ["error", "apps/docs"],
12+
},
13+
},
1014
},
1115
typescript: {
1216
tsconfigPath: ["tsconfig.json", "packages/*/tsconfig.json", "apps/*/tsconfig.json"],

0 commit comments

Comments
 (0)