Skip to content

Commit 9d6c5a0

Browse files
authored
Add Neurolint-CLI for JavaScript/TypeScript (#1728)
* Add Neurolint-CLI for JavaScript/TypeScript Adding Neurolint-CLI, an AST-based code transformation tool for React, Next.js, and TypeScript projects. Key features: - Deterministic, rule-based transformations (not AI-powered) - Automatic fixing of 50+ code issues - Framework migrations (React 19, Next.js 16) - WCAG 2.1 AA accessibility compliance - 5-step validation orchestration to prevent breaking changes Site: https://neurolint.dev/ Repository: https://github.com/Alcatecablee/Neurolint-CLI NPM: https://www.npmjs.com/package/@neurolint/cli Marketplace: https://github.com/marketplace/actions/neurolint-deterministic-code-fixer * Update neurolint-cli.yml for language and license format * Refactor license information in neurolint-cli.yml * Update neurolint-cli.yml
1 parent 5329073 commit 9d6c5a0

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

data/tools/neurolint-cli.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Neurolint-CLI
3+
categories:
4+
- linter
5+
languages:
6+
- JavaScript
7+
- TypeScript
8+
tags:
9+
- formatter
10+
license: "Apache-2.0"
11+
types:
12+
- cli
13+
homepage: https://neurolint.dev
14+
source: https://github.com/Alcatecablee/Neurolint-CLI
15+
description: |
16+
Deterministic code transformation tool using AST parsing and rule-based transformations.
17+
Automatically fixes 50+ issues including accessibility violations, hydration errors,
18+
React 19/Next.js 16 migrations, and configuration updates. Features 5-step fail-safe
19+
orchestration to ensure zero breaking changes. Specialized for React, Next.js, and TypeScript projects.
20+
resources:
21+
- title: CLI Documentation
22+
url: https://neurolint.dev
23+
- title: GitHub Marketplace Action
24+
url: https://github.com/marketplace/actions/neurolint-deterministic-code-fixer

0 commit comments

Comments
 (0)