Skip to content

Commit 29953c6

Browse files
authored
Merge branch 'master' into renovate/major-eslint-and-prettier
2 parents 594e803 + 7d90d22 commit 29953c6

File tree

4 files changed

+169
-238
lines changed

4 files changed

+169
-238
lines changed

lib/base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module.exports = {
22
extends: ["eslint:recommended"],
33
plugins: ["import"],
44
parserOptions: {
5-
ecmaVersion: 2019,
5+
ecmaVersion: "latest",
66
sourceType: "module",
77
},
88
env: {

lib/node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ module.exports = {
1010
"no-console": "off",
1111
},
1212
parserOptions: {
13-
ecmaVersion: 2020,
13+
ecmaVersion: "latest",
1414
},
1515
};

0 commit comments

Comments
 (0)