UNPKG

claude-flow

Version:

Enterprise-grade AI agent orchestration with ruv-swarm integration (Alpha Release)

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', } } ]