1
Fork 0
mirror of https://github.com/Steffo99/unisteffo.git synced 2024-10-16 06:17:32 +00:00

ESLint: ignore unescaped

This commit is contained in:
Steffo 2022-09-30 03:23:02 +02:00
parent 3c2e1155ec
commit 7f1e01031d
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -1,3 +1,6 @@
{
"extends": "next/core-web-vitals"
"extends": "next/core-web-vitals",
"rules": {
"react/no-unescaped-entities": "off"
}
}