From bbb6d15baba721064781410a1581031b5b8b1109 Mon Sep 17 00:00:00 2001 From: aervin_ Date: Thu, 18 Jan 2018 01:07:17 -0500 Subject: [PATCH] Adds TSLint to the list of Typescript repos (#187) * Update README.md * Linebreaks after labels in Typescript list * Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d634cef..f663390 100644 --- a/README.md +++ b/README.md @@ -159,12 +159,13 @@ If you are looking to contribute then explore this list, look at [`first-timers- ## Scala - [Twitter Util](https://github.com/twitter/util/labels/Starter) _(label: Starter)_
Wonderful reusable code from Twitter -- [playframework](https://github.com/playframework/playframework/labels/good%20first%20issue) _(label: good first issue)_ The High Velocity Web Framework +- [playframework](https://github.com/playframework/playframework/labels/good%20first%20issue) _(label: good first issue)_
The High Velocity Web Framework ## TypeScript -- [TypeScript](https://github.com/Microsoft/TypeScript/labels/Effort%3A%20Easy) _(label: Effort: Easy)_ TypeScript is a superset of JavaScript that compiles to clean JavaScript output. -- [Visual Studio Code](https://github.com/Microsoft/vscode/labels/good%20first%20issue) _(label: good first issue)_ a new type of tool that combines the simplicity of a code editor with what developers need for their core edit-build-debug cycle. +- [TypeScript](https://github.com/Microsoft/TypeScript/labels/Effort%3A%20Easy) _(label: Effort: Easy)_
A superset of JavaScript that compiles to clean JavaScript output. +- [Visual Studio Code](https://github.com/Microsoft/vscode/labels/good%20first%20issue) _(label: good first issue)_
A new type of tool that combines the simplicity of a code editor with what developers need for their core edit-build-debug cycle. +- [TSLint](https://github.com/palantir/tslint/labels/good%20first%20issue) _(label: good first issue)_
An extensible static analysis tool that checks TypeScript code for readability, maintainability, and functionality errors. ## Contribute