Skip to content

Commit 1fa0728

Browse files
committed
patch: rule
1 parent 13c7b19 commit 1fa0728

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/landing/.eslintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"extends": ["next/core-web-vitals", "next/typescript"],
33
"rules": {
44
"react/no-unescaped-entities": "off",
5-
"@next/next/no-page-custom-font": "off"
5+
"@next/next/no-page-custom-font": "off",
6+
"@typescript-eslint/ban-ts-ignore": "off"
67
}
78

89
}

0 commit comments

Comments
 (0)