oktopus/frontend/.eslintrc.json
Leandro Antônio Farias Machado d297fecc62 chore: create proj structure
2023-03-07 13:33:32 +00:00

15 lines
253 B
JSON

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