UNPKG

recoder-code

Version:

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

25 lines (21 loc) • 291 B
{ "root": true, "extends": "@ljharb", "rules": { "complexity": 0, "id-length": 0, "new-cap": ["error", { "capIsNewExceptions": [ "GetIntrinsic", ], }], }, "overrides": [ { "files": "test/**", "rules": { "max-lines-per-function": "off", }, }, ], }