Skip to content

Commit

Permalink
fix: fix eslint rule that fails
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan-Zayne committed Dec 21, 2024
1 parent bdb0032 commit 18b88d4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ import { zayne } from "@zayne-labs/eslint-config";
export default zayne({
ignores: ["dist/**", "docs/.source/**"],
react: {
files: ["docs/**"],
files: ["docs/**", "docs-old/**"],
nextjs: true,
overrides: {
"nextjs-next/no-html-link-for-pages": ["error", "docs"],
},
},
tailwindcss: {
settings: {
Expand Down

0 comments on commit 18b88d4

Please sign in to comment.