Runs Prettier as a TSLint rule and reports differences as individual TSLint issues. Stable version 2.3.0, low release cadence (last update 2019). Integrates Prettier formatting into TSLint workflows, emitting each difference as a separate lint failure. Unlike other tools, it supports both TSLint 5/6 and Prettier 1.x/2.x, but TSLint itself is deprecated in favor of ESLint. No active development expected.
npm install tslint-plugin-prettierVerified import paths — ran on the pinned version, not inferred.
Enables the prettier rule in TSLint, checking formatting against Prettier's defaults.
Migrate to ESLint + eslint-plugin-prettier.
Use Prettier directly for formatting, or limit rule scope to specific files.
Upgrade to Prettier >=1.9 and TSLint >=5.0.
npm install tslint-plugin-prettier --save-dev
Add 'tslint-plugin-prettier' to 'extends' or 'rulesDirectory' in tslint.json.
Use "prettier": true or "prettier": true in tslint.json.