Skip to content

Commit d77b5da

Browse files
refactor: fix type
Co-authored-by: Milos Djermanovic <[email protected]>
1 parent 9edf677 commit d77b5da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

espree.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
*
7474
* `comment` is not in `acorn.Options` and doesn't err without it, but is used
7575
* @typedef {{
76-
* allowReserved?: boolean | "never",
76+
* allowReserved?: boolean,
7777
* ranges?: boolean,
7878
* locations?: boolean,
7979
* allowReturnOutsideFunction?: boolean,

0 commit comments

Comments
 (0)