Skip to content

Commit 444cc90

Browse files
committed
eslint-disable react/no-unescaped-entities
temporary, revert if #153 is merged, or remove and fix escaped characters if not
1 parent 2c956b8 commit 444cc90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/bug-bounty.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable react/no-unescaped-entities */
12
import { useRouter } from "next/router"
23
import type { GetStaticProps } from "next/types"
34
import { type SSRConfig, useTranslation } from "next-i18next"

0 commit comments

Comments
 (0)