{"library":"prettier-tslint","title":"prettier-tslint","description":"Formats TypeScript files by running Prettier followed by tslint --fix. Latest version 0.4.2 (Jan 2019) is stable but unmaintained; peer dependencies require prettier ^1.7.4 and typescript ^2.5.3 || ^3.0.0. Provides CLI commands `fix` and `check`, and a programmatic API. No additional configuration beyond existing .prettierrc and tslint.json. Designed for projects migrating from TSLint to Prettier; now deprecated in favor of prettier + eslint.","language":"javascript","status":"deprecated","last_verified":"Sat Apr 25","install":{"commands":["npm install prettier-tslint"],"cli":null},"imports":["import { fix } from 'prettier-tslint'","import { check } from 'prettier-tslint'","npx prettier-tslint fix file.ts"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"npm install --save-dev prettier-tslint prettier typescript\nnpx prettier-tslint fix 'src/**/*.ts'","lang":"typescript","description":"Installs peer dependencies and runs prettier-tslint fix on all TypeScript files in src/.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}