Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
cINAWGD
/
skribd
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
acf17aa
skribd
/
eslint.config.js
rkwyu
Add eslint and jest
c9bbadf
9 months ago
raw
Copy download link
history
blame
Safe
184 Bytes
import
globals
from
"globals"
;
import
pluginJs
from
"@eslint/js"
;
export
default
[
{
languageOptions
: {
globals
: globals.
node
}
},
pluginJs.
configs
.
recommended
,
];