it/web/.eslintrc.json
2025-10-25 20:37:00 +02:00

18 lines
205 B
JSON

{
"root": true,
"extends": [
"next/core-web-vitals"
],
"rules": {
"no-console": [
"warn",
{
"allow": [
"warn",
"error"
]
}
]
}
}