From a139582cdefd27411faf721b2cc13bde1b5c20b3 Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Sat, 11 Aug 2018 23:47:55 -0700 Subject: [PATCH] Added tslint-eslint-rules under TypeScript (#209) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 32da865..d382d09 100644 --- a/README.md +++ b/README.md @@ -171,6 +171,7 @@ If you are not a programmer, but would like to contribute, check out the [Awesom - [TypeScript](https://github.com/Microsoft/TypeScript/labels/good%20first%20issue) _(label: good first issue)_
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. +- [tslint-eslint-rules](https://github.com/buzinas/tslint-eslint-rules/labels/nice%20first%20contribution) _(label: nice first contribution)_
ESLint rules for TSLint. ## Contribute