Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
soiz1
/
penguinmod-editor
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c65efad
penguinmod-editor
/
test
/
.eslintrc.js
soiz1
Upload 1525 files
f2bee8a
verified
3 months ago
raw
Copy download link
history
blame
Safe
228 Bytes
module
.
exports
= {
extends
: [
'scratch/react'
,
'scratch/es6'
,
'plugin:jest/recommended'
],
env
: {
browser
:
true
,
jest
:
true
},
plugins
: [
'jest'
],
rules
: {
'react/prop-types'
:
0
}
};