recoder-code
Version:
Complete AI-powered development platform with ML model training, plugin registry, real-time collaboration, monitoring, infrastructure automation, and enterprise deployment capabilities
23 lines (22 loc) • 368 B
Plain Text
{
"node": true,
"laxcomma": true,
"eqnull": true,
"eqeqeq": true,
"indent": 2,
"newcap": true,
"quotmark": "single",
"undef": true,
"trailing": true,
"shadow": true,
"expr": true,
"boss": true,
"globals": {
"describe": false,
"it": false,
"before": false,
"after": false,
"beforeEach": false,
"afterEach": false
}
}