Skip to content

Commit 5d3e738

Browse files
committed
set env to es2017
1 parent eb03f95 commit 5d3e738

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.eslintrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
module.exports = {
77
root: true,
88
env: {
9-
es2018: true,
9+
es2017: true,
1010
},
1111
parserOptions: {
1212
ecmaVersion: 2018,

yarn.lock

+2
Original file line numberDiff line numberDiff line change
@@ -6713,6 +6713,7 @@
67136713
"@types/unist" "*"
67146714

67156715
"@types/history-4@npm:@types/[email protected]", "@types/history-5@npm:@types/[email protected]", "@types/history@*":
6716+
name "@types/history-4"
67166717
version "4.7.8"
67176718
resolved "https://registry.yarnpkg.com/@types/history/-/history-4.7.8.tgz#49348387983075705fe8f4e02fb67f7daaec4934"
67186719
integrity sha512-S78QIYirQcUoo6UJZx9CSP0O2ix9IaeAXwQi26Rhr/+mg7qqPy8TzaxHSUut7eGjL8WmLccT7/MXf304WjqHcA==
@@ -25288,6 +25289,7 @@ react-is@^18.0.0:
2528825289
"@remix-run/router" "1.0.2"
2528925290

2529025291
"react-router-6@npm:[email protected]", [email protected]:
25292+
name react-router-6
2529125293
version "6.3.0"
2529225294
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.3.0.tgz#3970cc64b4cb4eae0c1ea5203a80334fdd175557"
2529325295
integrity sha512-7Wh1DzVQ+tlFjkeo+ujvjSqSJmkt1+8JO+T5xklPlgrh70y7ogx75ODRW0ThWhY7S+6yEDks8TYrtQe/aoboBQ==

0 commit comments

Comments
 (0)