From 398f448e19f9e6601b8b05db11738dd05701f547 Mon Sep 17 00:00:00 2001 From: "Nicholas C. Zakas" Date: Thu, 15 Aug 2024 11:08:13 -0400 Subject: [PATCH] docs: Add note that code has moved --- 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