Skip to content

Commit

Permalink
Add badges to README
Browse files Browse the repository at this point in the history
  • Loading branch information
xemlock committed Feb 17, 2019
1 parent 13da507 commit 6b695f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[![NPM Version](https://img.shields.io/npm/v/tslint-whitespace-before-colon.svg)](https://www.npmjs.com/package/tslint-whitespace-before-colon)
[![Downloads per Month](https://img.shields.io/npm/dm/tslint-whitespace-before-colon.svg)](https://www.npmjs.com/package/tslint-whitespace-before-colon)
[![License](https://img.shields.io/npm/l/tslint-whitespace-before-colon.svg)](LICENSE)

# TSLint Rule: whitespace-before-colon

TSLint provides no means of controlling spaces before colon in object literals and destructuring assignments. `whitespace.check-type` checks only for space after colon, and `typedef-whitespace` works only for type definitions.
Expand Down

0 comments on commit 6b695f5

Please sign in to comment.