Files
pedwfrontend/.eslintrc
T
2022-09-07 11:23:30 +01:00

10 lines
141 B
Plaintext

{
"extends": "next/core-web-vitals",
"rules": {
"@next/next/no-img-element": "off",
"react/no-unknown-property": "error"
}
}