frontend / .eslintrc.json
Praneeth Yerrapragada
feat: repo setup
88be6fd
raw
history blame contribute delete
No virus
132 Bytes
{
"extends": ["next/core-web-vitals", "prettier"],
"rules": {
"max-params": ["error", 4],
"prefer-const": "error"
}
}