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

15 lines (12 loc) 196 B
'use strict' const base = require('neostandard')({}) module.exports = [ ...base, { name: 'old-standard', rules: { 'no-var': 'off', 'object-shorthand': 'off', } } ]