Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
enzostvs/Logo.Ai
codexxx
/
vepp-logo
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
vepp-logo
/
.eslintrc.json
enzostvs
HF staff
handle error
98456db
5 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
175 Bytes
{
"extends"
:
[
"next/core-web-vitals"
,
"next/typescript"
]
,
"rules"
:
{
"@typescript-eslint/no-explicit-any"
:
"off"
,
"@typescript-eslint/no-unused-vars"
:
"off"
}
}