Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
matthoffner
/
open-codetree
like
9
Paused
App
Files
Files
xet
Community
Fetching metadata from the HF Docker repository...
acd0e28
open-codetree
/
.eslintrc
matt HOFFNER
init
3c3f089
almost 2 years ago
raw
Copy download link
history
blame
107 Bytes
{
"extends"
: [
"next"
,
"next/core-web-vitals"
],
"rules"
: {
"@next/next/no-img-element"
:
"off"
}
}