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 13c7b19 commit 1fa0728Copy full SHA for 1fa0728
apps/landing/.eslintrc.json
@@ -2,7 +2,8 @@
2
"extends": ["next/core-web-vitals", "next/typescript"],
3
"rules": {
4
"react/no-unescaped-entities": "off",
5
- "@next/next/no-page-custom-font": "off"
+ "@next/next/no-page-custom-font": "off",
6
+ "@typescript-eslint/ban-ts-ignore": "off"
7
}
8
9
0 commit comments