Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
open-llm-leaderboard
/
blog
like
102
Running
App
Files
Files
Community
2
6821162
blog
/
node_modules
/
call-bind
/
.eslintrc
Clémentine
init
7c5b7bd
5 months ago
raw
Copy download link
history
blame
Safe
208 Bytes
{
"root"
: true,
"extends"
:
"@ljharb"
,
"rules"
: {
"func-name-matching"
:
0
,
"id-length"
:
0
,
"new-cap"
: [
2
, {
"capIsNewExceptions"
: [
"GetIntrinsic"
,
],
}],
"no-magic-numbers"
:
0
,
},
}