From 8038a6309859d379b21d25776fdadba97e600f80 Mon Sep 17 00:00:00 2001 From: "Nicholas C. Zakas" Date: Thu, 15 Aug 2024 12:02:36 -0400 Subject: [PATCH] docs: Add note that code has moved (#129) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4c5792e..006d9bb 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ # ESLint Scope +> [!Important] +> Active development for this project has moved to https://github.com/eslint/js. Please open issues/PRs there. + ESLint Scope is the [ECMAScript](http://www.ecma-international.org/publications/standards/Ecma-262.htm) scope analyzer used in ESLint. It is a fork of [escope](http://github.com/estools/escope). ## Install