UNPKG

recoder-code

Version:

🚀 AI-powered development platform - Chat with 32+ models, build projects, automate workflows. Free models included!

17 lines (13 loc) • 224 B
{ "root": true, "extends": "@ljharb", "globals": { "Float64Array": "readonly", "Uint8Array": "readonly", "Uint16Array": "readonly", }, "rules": { "complexity": "off", "max-lines-per-function": "off", }, }