We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c46b5fc commit c40bfa1Copy full SHA for c40bfa1
apps/landing/.eslintrc.json
@@ -3,7 +3,9 @@
3
"rules": {
4
"react/no-unescaped-entities": "off",
5
"@next/next/no-page-custom-font": "off",
6
- "@typescript-eslint/ban-ts-ignore": "off"
+ "@typescript-eslint/ban-ts-ignore": "off",
7
+ "compilerOptions": {
8
+ "skipDefaultLibCheck": true
9
+ }
10
}
-
11
apps/landing/src/component/Fathom.tsx
@@ -1,4 +1,5 @@
1
// Fathom.tsx
2
+// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-nocheck
"use client";
0 commit comments