Skip to content

Commit c40bfa1

Browse files
committed
patch:
1 parent c46b5fc commit c40bfa1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

apps/landing/.eslintrc.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"rules": {
44
"react/no-unescaped-entities": "off",
55
"@next/next/no-page-custom-font": "off",
6-
"@typescript-eslint/ban-ts-ignore": "off"
6+
"@typescript-eslint/ban-ts-ignore": "off",
7+
"compilerOptions": {
8+
"skipDefaultLibCheck": true
9+
}
710
}
8-
911
}

apps/landing/src/component/Fathom.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// Fathom.tsx
2+
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
23
// @ts-nocheck
34
"use client";
45

0 commit comments

Comments
 (0)