Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
zjowowen
/
gomoku
like
0
Sleeping
App
Files
Files
Community
2b48b35
gomoku
/
gomoku_server_ui
/
frontend
/
tests
/
unit
/
.eslintrc.js
zjowowen
init space
079c32c
12 months ago
raw
Copy download link
history
blame
Safe
112 Bytes
module
.
exports
= {
env
: {
mocha
:
true
},
rules
: {
'import/no-extraneous-dependencies'
:
'off'
}
}