0.2.0 • Published 5 years ago

tslint-unix-formatter v0.2.0

Weekly downloads
14
License
Apache-2.0
Repository
github
Last release
5 years ago

UNIX Style Formatter for tslint Output

A simple formatter that produces error output in Unix style. This is similar to the --unix_mode option of gjslint. The mode is particularly useful for running inside Emacs.

Install as a node module using npm:

 npm install tslint-unix-formatter

To use inside Emacs include the following code in your .emacs file.

(defun tslint-buffer ()
  (interactive)
  (compile (format "tslint -t unix -s ~/node_modules/tslint-unix-formatter/lib/ %s" (buffer-file-name)) nil)
  )
  

Works with

"typescript": ">=1.7.5"
"tslint": ">=3.2.2"
0.2.0

5 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago