UNPKG

recoder-code

Version:

Complete AI-powered development platform with ML model training, plugin registry, real-time collaboration, monitoring, infrastructure automation, and enterprise deployment capabilities

17 lines (14 loc) 229 B
{ "root": true, "extends": "@ljharb", "rules": { "eqeqeq": ["error", "allow-null"], "id-length": "off", "new-cap": ["error", { "capIsNewExceptions": [ "RequireObjectCoercible", "ToObject", ], }], }, }