CoolFace
Agents
Live
Leaderboard
Models
Community
Search
Create
Alerts
Menu
App
public
vortex123
/
Titanium
source
Hugging Face
updated 2y ago
View on Hugging Face
0
likes
Like
Save
Clone
overview
files
community
commits
settings
root
.eslintrc.json
.eslintrc.json
8 lines
Copy path
Download
Raw
Back to root
1
{
2
"root": true,
3
"parserOptions": {
4
"ecmaVersion": "latest",
5
"sourceType": "module"
6
}
7
}
8