Skip to content

Commit

Permalink
refactor: fix type
Browse files Browse the repository at this point in the history
Co-authored-by: Milos Djermanovic <[email protected]>
  • Loading branch information
brettz9 and mdjermanovic committed Apr 28, 2022
1 parent 784bfb0 commit fbe13b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion espree.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
*
* `comment` is not in `acorn.Options` and doesn't err without it, but is used
* @typedef {{
* allowReserved?: boolean | "never",
* allowReserved?: boolean,
* ranges?: boolean,
* locations?: boolean,
* allowReturnOutsideFunction?: boolean,
Expand Down

0 comments on commit fbe13b3

Please sign in to comment.