diff --git a/packages/eslint-scope/README.md b/packages/eslint-scope/README.md index 2c4729cd..9e3ab566 100644 --- a/packages/eslint-scope/README.md +++ b/packages/eslint-scope/README.md @@ -35,7 +35,7 @@ In order to analyze scope, you'll need to have an [ESTree](https://github.com/es * `impliedStrict` (default: `false`) - Set to `true` to evaluate the code in strict mode even outside of modules and without `"use strict"`. * `ecmaVersion` (default: `5`) - The version of ECMAScript to use to evaluate the code. * `sourceType` (default: `"script"`) - The type of JavaScript file to evaluate. Change to `"module"` for ECMAScript module code. - * `childVisitorKeys` (default: `null`) - An object with visitor key information (like [`eslint-visitor-keys`](https://github.com/eslint/eslint-visitor-keys)). Without this, `eslint-scope` finds child nodes to visit algorithmically. Providing this option is a performance enhancement. + * `childVisitorKeys` (default: `null`) - An object with visitor key information (like [`eslint-visitor-keys`](https://github.com/eslint/js/tree/main/packages/eslint-visitor-keys)). Without this, `eslint-scope` finds child nodes to visit algorithmically. Providing this option is a performance enhancement. * `fallback` (default: `"iteration"`) - The strategy to use when `childVisitorKeys` is not specified. May be a function. Example: diff --git a/packages/eslint-visitor-keys/README.md b/packages/eslint-visitor-keys/README.md index fbbfeefd..5a0e5fc0 100644 --- a/packages/eslint-visitor-keys/README.md +++ b/packages/eslint-visitor-keys/README.md @@ -87,7 +87,7 @@ console.log(evk.unionWith({ ## 📰 Change log -See [GitHub releases](https://github.com/eslint/eslint-visitor-keys/releases). +See [GitHub releases](https://github.com/eslint/js/releases). ## 🍻 Contributing diff --git a/packages/espree/README.md b/packages/espree/README.md index 5e558ceb..aae48c51 100644 --- a/packages/espree/README.md +++ b/packages/espree/README.md @@ -114,7 +114,7 @@ Returns the current `espree` version ### `VisitorKeys` -Returns all visitor keys for traversing the AST from [eslint-visitor-keys](https://github.com/eslint/eslint-visitor-keys) +Returns all visitor keys for traversing the AST from [eslint-visitor-keys](https://github.com/eslint/js/tree/main/packages/eslint-visitor-keys) ### `latestEcmaVersion` diff --git a/packages/espree/docs/README.md b/packages/espree/docs/README.md index 41fb6189..a783216f 100644 --- a/packages/espree/docs/README.md +++ b/packages/espree/docs/README.md @@ -114,7 +114,7 @@ Returns the current `espree` version ### `VisitorKeys` -Returns all visitor keys for traversing the AST from [eslint-visitor-keys](https://github.com/eslint/eslint-visitor-keys) +Returns all visitor keys for traversing the AST from [eslint-visitor-keys](https://github.com/eslint/js/tree/main/packages/eslint-visitor-keys) ### `latestEcmaVersion`