From 4aabfbccfc992aeade00f63a8d151f638ff1dbaf Mon Sep 17 00:00:00 2001 From: Brad Zacher Date: Fri, 30 Nov 2018 17:39:05 -0800 Subject: [PATCH] [DOCS] Direct people to the old readme Fixes #198 #199 --- packages/eslint-plugin-typescript/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/eslint-plugin-typescript/README.md b/packages/eslint-plugin-typescript/README.md index c715e39ee4a..5dec1c1f59f 100644 --- a/packages/eslint-plugin-typescript/README.md +++ b/packages/eslint-plugin-typescript/README.md @@ -2,6 +2,8 @@ TypeScript support for ESLint. (This is still in the very early stages, so please be patient.) +### The below readme is for the upcoming 1.0.0 release. [Please see this tag for the current NPM version (0.14.0)](https://github.com/bradzacher/eslint-plugin-typescript/tree/0.14.0) + ## Installation You'll first need to install [ESLint](http://eslint.org):