Lint Visualizer is a dev tool that transforms terminal-based lint error/warning output into an interactive web UI for Angular projects. Current version 1.0.5 is stable but limited to Angular/TSLint. It groups issues by severity, tracks resolved items, and provides a click-to-search feature for fix suggestions. Development appears slow with no updates since 2020, and the roadmap includes future framework support. The tool outputs a local web server on port 8080.
npm install lint-visualizerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Installs the package as dev dependency, configures a script for a specific Angular project, runs the lint visualizer, and opens the web UI.
Ensure your project is Angular-based and has linting configured with TSLint or eslint.
Specify the exact project name as defined in angular.json.
Migrate to ESLint and use the -c configuration option instead.
Change the port if needed (not configurable in current version); stop conflicting services.
Pin exact version in package.json and test updates.
Ensure you are in the Angular project root and the project name matches exactly as in angular.json.
Install @angular/cli as dev dependency: npm install -D @angular/cli
Kill the process using port 8080 or use a different port (not configurable; workaround: stop other services).