oktopus/frontend/.eslintrc.json
2023-05-08 12:13:27 +00:00

16 lines
291 B
JSON

{
"extends": "next/core-web-vitals",
"rules": {
"@next/next/no-img-element": "off",
"jsx-a11y/alt-text": "off",
"react/display-name": "off",
"react/no-unescaped-entities": 0,
"react/jsx-max-props-per-line": [
1,
{
"maximum": 1
}
]
}
}