Skip to content

Commit

Permalink
patch:
Browse files Browse the repository at this point in the history
  • Loading branch information
potts99 committed Nov 6, 2024
1 parent c46b5fc commit c40bfa1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions apps/landing/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"rules": {
"react/no-unescaped-entities": "off",
"@next/next/no-page-custom-font": "off",
"@typescript-eslint/ban-ts-ignore": "off"
"@typescript-eslint/ban-ts-ignore": "off",
"compilerOptions": {
"skipDefaultLibCheck": true
}
}

}
1 change: 1 addition & 0 deletions apps/landing/src/component/Fathom.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Fathom.tsx
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-nocheck
"use client";

Expand Down

0 comments on commit c40bfa1

Please sign in to comment.