Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Hans-Den
/
nexora
like
0
Running
App
Files
Files
Community
f25c2b0
nexora
/
frontend
/
.eslintrc.json
ChandimaPrabath
dissable no escape
9bb4f30
about 2 months ago
raw
Copy download link
history
blame
Safe
99 Bytes
{
"extends"
:
"next/core-web-vitals"
,
"rules"
:
{
"react/no-unescaped-entities"
:
"off"
}
}