Skip to content

Commit 4c55216

Browse files
authoredNov 9, 2021
docs: Add variables option to no-use-before-define (#15276)
1 parent 0338fd2 commit 4c55216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/rules/no-use-before-define.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ function g() {
9292

9393
```json
9494
{
95-
"no-use-before-define": ["error", { "functions": true, "classes": true }]
95+
"no-use-before-define": ["error", { "functions": true, "classes": true, "variables": true }]
9696
}
9797
```
9898

0 commit comments

Comments
 (0)
Please sign in to comment.