mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-15 00:36:56 +08:00
- Multi-AI competition mode (Qwen vs DeepSeek) - Binance Futures integration - AI self-learning mechanism - Professional web dashboard - Complete risk management system
15 lines
132 B
Plaintext
15 lines
132 B
Plaintext
{
|
|
"root": true,
|
|
|
|
"extends": "@ljharb",
|
|
|
|
"env": {
|
|
"browser": true,
|
|
"node": true,
|
|
},
|
|
|
|
"rules": {
|
|
"id-length": "off",
|
|
},
|
|
}
|