Skip to content

Commit

Permalink
Try fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnart committed Oct 10, 2024
1 parent c39107e commit f2f1912
Show file tree
Hide file tree
Showing 3 changed files with 2,121 additions and 16 deletions.
7 changes: 7 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"extends": "next",
"ignorePatterns": ["./src/components/ui/**"],
"rules": {
"@typescript-eslint/no-explicit-any": "off"
}
}
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"drizzle-kit": "^0.24.0",
"eslint": "^8",
"eslint-config-next": "14.2.15",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.3",
"typescript": "^5.5.3"
Expand Down
Loading

0 comments on commit f2f1912

Please sign in to comment.