Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>React AuditorNew to Visual Studio Code? Get it now.
React Auditor

React Auditor

Alchie Tagudin

|
1 install
| (0) | Free
Real-time linting with react-auditor — best practices, quality, security, and accessibility for React codebases
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

React Auditor

Real-time linting with react-auditor — best practices, quality, security, and accessibility for React codebases.

Powered by oxc for blazing-fast performance.

Features

  • 67 rules across 7 categories: quality, react, typescript, security, nextjs, accessibility, performance
  • Runs on save (configurable to run on change or open)
  • Status bar indicator showing issue count
  • Per-file diagnostics with rule ID and message
  • Supports JavaScript, JSX, TypeScript, and TSX

Commands

Command Title
react-auditor.run Run on current file
react-auditor.runWorkspace Run on workspace (first 50 files)
react-auditor.clear Clear all diagnostics

Requirements

  • react-auditor binary installed via cargo install react-auditor

Settings

Setting Default Description
reactAuditor.binaryPath react-auditor Path to the binary
reactAuditor.runOnSave true Run on file save
reactAuditor.runOnChange false Run on file change (debounced)
reactAuditor.runOnOpen false Run when file opens

Configuration

Create .rauditrc.toml, .rauditrc.json, or add reactAuditor to package.json to configure rule severity and categories.

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft