Navigation Menu

Skip to content

Commit

Permalink
docs: add missing Variable#scope property in the scope manager docs (
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjermanovic committed Feb 4, 2022
1 parent b10fef2 commit 389ff34
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/developer-guide/scope-manager-interface.md
Expand Up @@ -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[]`
Expand Down

0 comments on commit 389ff34

Please sign in to comment.