Getting Started
Rintenki is a fast HTML linter powered by html5ever + napi-rs.
The name "rintenki" comes from the Japanese word "輪転機" (rintenki), meaning a rotary printing press. Like a rotary press that rapidly inspects and produces printed pages, rintenki quickly scans and checks your HTML.
Install
bash
npm install rintenkiQuick Start
bash
npx rintenki "src/**/*.html"Auto-fix fixable issues:
bash
npx rintenki --fix "src/**/*.html"Supported Platforms
macOS (arm64, x64) / Linux (x64, arm64) / Windows (x64, arm64)