Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs: Add variables option to no-use-before-define (#15276)
  • Loading branch information
mathiasvr committed Nov 9, 2021
1 parent 0338fd2 commit 4c55216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/no-use-before-define.md
Expand Up @@ -92,7 +92,7 @@ function g() {

```json
{
"no-use-before-define": ["error", { "functions": true, "classes": true }]
"no-use-before-define": ["error", { "functions": true, "classes": true, "variables": true }]
}
```

Expand Down

0 comments on commit 4c55216

Please sign in to comment.