Skip to content

Commit 7867e5c

Browse files
committed
Update ecmaVersion to 2020 to support optional chaining operator.
1 parent eb22a2f commit 7867e5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

authenticated-json-api/functions/.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"parserOptions": {
33
// Required for certain syntax usages
4-
"ecmaVersion": 2017
4+
"ecmaVersion": 2020
55
},
66
"plugins": [
77
"promise"

0 commit comments

Comments
 (0)