A formatter for TSLint that outputs errors in Unix-style (similar to gjslint's --unix_mode), useful for Emacs integration. Current version 0.2.0, no recent updates. Provides a simple custom formatter for TSLint. Works with TSLint >=3.2.2 and TypeScript >=1.7.5.
npm install tslint-unix-formatterNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to configure tslint to use the unix formatter via CLI and programmatic usage.
Migrate to ESLint with @typescript-eslint and use ESLint formatters like 'unix'.
Ensure you use `require('tslint-unix-formatter')` directly without destructuring and pass the constructor to TSLint's formatter loader.