react-auditor 0.1.6

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. 62 rules across 7 categories.

## Usage

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

Or install globally:

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

## Documentation

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