xcs/.eslintrc.json
2024-04-03 10:15:51 +00:00

7 lines
84 B
JSON

{
"extends": "next/core-web-vitals",
"rules": {
"react/prop-types": 0
}
}