Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
leurez
/
moss
like
4
Runtime error
App
Files
Files
Community
2
main
moss
/
.eslintrc.cjs
jjjjjjj1
update
5c631da
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
90 Bytes
module
.
exports
= {
root
:
true
,
extends
: [
'@antfu'
],
rules
: {
"no-tabs"
:
"off"
}
}