Commit 9d6c5a0
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.yml1 parent 5329073 commit 9d6c5a0
1 file changed
+24
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
0 commit comments