From 13d2d674106762b6e1ebd722e0c9a1d8eacd7196 Mon Sep 17 00:00:00 2001 From: James Henry Date: Tue, 15 Jan 2019 09:04:46 -0500 Subject: [PATCH] Docs: Update README.md regarding migration --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 97b92d1..01edbe2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ ->

Help Wanted!

-> If you're familiar with TypeScript and ESLint, and you'd like to see this project progress, please consider contributing. We need people with a good knowledge of TypeScript to ensure that the integration with the ESLint ecosystem is useful. +# This project has been moved to the TypeScript ESLint organization -> https://typescript-eslint.io + +The `typescript-eslint-parser` npm package will not receive any future updates, instead please follow along on the new monorepo, where the project will be released under the name `@typescript-eslint/parser`. + +```diff +- typescript-eslint-parser ++ @typescript-eslint/parser +``` + +--- # TypeScript ESLint Parser