1.0.5 • Published 7 years ago

tslint-fix-formatter v1.0.5

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

🔧 tslint-fix-formatter

npm version

A formatter for tslint which applies fixes to a file, and prints the new contents to stdout. This is useful for certain editor plugins (i.e. neoformat) which prefer to have the changed contents of a file, instead of overwriting the file.

Usage

  1. Install the package: yarn add --dev tslint-fix-formatter
  2. Run the linter: tslint -s node_modules/tslint-fix-formatter -t fix MyFile.ts
1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago