Skip to content

Commit a6e0e37

Browse files
authored
bump .eslintrc.json ecmaVersion to 2021 (#4356)
1 parent fc91f61 commit a6e0e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"parserOptions": {
3-
"ecmaVersion": 2020
3+
"ecmaVersion": 2021
44
},
55
"extends": [
66
"eslint:recommended",

0 commit comments

Comments
 (0)