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