1
0
Fork 0

chore: disable annoying lint rules

user-stream
Lea 2023-08-10 14:16:31 +02:00 committed by insert
parent 5f774a0b72
commit 8989abddec
1 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
{ {
"extends": "next/core-web-vitals" "extends": "next/core-web-vitals",
"rules": {
"@next/next/no-img-element": "off",
"jsx-a11y/alt-text": "off"
}
} }