react-auditor 0.2.0

A blazing-fast Rust CLI to scan JS/TS/React code for best practices, quality, and security issues.
Documentation
# react-auditor

A blazing-fast Rust CLI to scan JS/TS/React code for best practices, quality, security, performance, Next.js, and accessibility issues.

Powered by [oxc](https://oxc.rs/) — parallel scanning at ~138µs per 1k LOC. 67 rules across 7 categories.

The binary is bundled with the npm package — no additional installation needed.

## Usage

```bash
npx react-auditor src/
```

Or install globally:

```bash
npm install -g react-auditor
react-auditor src/
```

## Documentation

See the [GitHub README](https://github.com/chesteralan/react-auditor#readme) for full documentation, configuration, and rule reference.