diff --git a/docs/developer-guide/scope-manager-interface.md b/docs/developer-guide/scope-manager-interface.md index 2762f74eace..e1a84dccad3 100644 --- a/docs/developer-guide/scope-manager-interface.md +++ b/docs/developer-guide/scope-manager-interface.md @@ -204,6 +204,11 @@ Those members are defined but not used in ESLint. * **Type:** `string` * **Description:** The name of this variable. +#### scope + +* **Type:** `Scope` +* **Description:** The scope in which this variable is defined. + #### identifiers * **Type:** `ASTNode[]`