Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
praneeth-hakeem-patrick
/
frontend
like
0
Sleeping
App
Files
Files
Community
6
c9cebd4
frontend
/
.eslintrc.json
Praneeth Yerrapragada
feat: repo setup
88be6fd
6 months ago
raw
Copy download link
history
blame
Safe
132 Bytes
{
"extends"
:
[
"next/core-web-vitals"
,
"prettier"
]
,
"rules"
:
{
"max-params"
:
[
"error"
,
4
]
,
"prefer-const"
:
"error"
}
}