✨ Generate beautiful HTML reports from oxlint output
npm install -g oxlint-html-reporter
# or
pnpm add -g oxlint-html-reporterSimply run in your project directory - it will automatically execute oxlint and generate a report:
npx oxlint-html# Generate from existing JSON file
npx oxlint-html oxlint-output.json
# Specify custom output file
npx oxlint-html oxlint-output.json my-report.htmlnpx oxlint --format=json | oxlint-htmlimport { generateReport } from 'oxlint-html-reporter';
await generateReport('input.json', 'output.html');- 🎨 Beautiful UI - Modern design powered by Tailwind CSS
- 📊 Summary Dashboard - Quick overview of errors and warnings
- 📍 Precise Locations - File paths with line and column numbers
- 📚 Rule Documentation - Direct links to rule docs
- 📱 Responsive Design - Works on desktop and mobile
- ⚡ Zero Runtime Dependencies - Standalone HTML output
MIT
