Skip to content

Commit f49a1a9

Browse files
committed
Fix async/await support in the docs
1 parent 020678d commit f49a1a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"prettier"
44
],
55
"parserOptions": {
6-
"ecmaVersion": 7,
6+
"ecmaVersion": 2017,
77
},
88
"plugins": [
99
"markdown",

0 commit comments

Comments
 (0)