Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AdityaSharmaTech
/
Hacking
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
8c0d9da
Hacking
/
node_modules
/
gopd
/
.eslintrc
Aditya Sharma
update
1719261
6 days ago
raw
Copy download link
history
blame
224 Bytes
{
"root"
: true,
"extends"
:
"@ljharb"
,
"rules"
: {
"func-style"
: [
2
,
"declaration"
],
"id-length"
:
0
,
"multiline-comment-style"
:
0
,
"new-cap"
: [
2
, {
"capIsNewExceptions"
: [
"GetIntrinsic"
,
],
}],
},
}