Skip to content

Commit ab3c56a

Browse files
authored
Update .eslintrc.json to use es2021
1 parent 8610499 commit ab3c56a

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
@@ -2,7 +2,7 @@
22
"env": {
33
"browser": true,
44
"node": true,
5-
"es6": true
5+
"es6": "es2021"
66
},
77
"parser": "@babel/eslint-parser",
88
"parserOptions": {

0 commit comments

Comments
 (0)