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

8 lines (7 loc) 156 B
{ "extends": "@dabh/eslint-config-populist", "rules": { "one-var": ["error", { var: "never", let: "never", const: "never" }], "strict": 0 } }