A TSLint formatter that outputs absolute file paths with row and column numbers on a single line, enabling clickable links in editors like WebStorm. Version 0.1.1 is the latest stable release, released in 2013 and not updated since. It is designed for use with grunt-tslint and other TSLint runners. Differentiators include a color disable option and rule name support. Suitable only for legacy TSLint projects; TSLint itself is deprecated in favor of ESLint.
npm install tslint-path-formatterNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configure grunt-tslint to use tslint-path-formatter for clickable error output in WebStorm.
Migrate to ESLint and use eslint-path-formatter or similar.
Check compatibility with your TSLint version; consider using built-in formatters.
Call pathFormatter.color(false) at the start of your script.
Run 'npm install tslint-path-formatter' and ensure it's in node_modules.
Ensure the formatter name matches exactly and the package is installed.
No dependency data recorded yet.