@neurolint/cli
Version:
NeuroLint CLI for React/Next.js modernization with advanced 6-layer orchestration and intelligent AST transformations
8 lines (6 loc) • 304 B
text/typescript
// Audit functionality has been removed as part of simplification
// Core NeuroLint focuses on code analysis and transformation
export function auditCommand() {
console.log("Audit functionality is not available in the core version");
console.log("Focus on code analysis with: neurolint analyze");
}