Skip to content

Commit

Permalink
Merge branch 'master' into renovate/major-eslint-and-prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
koba04 committed Nov 15, 2021
2 parents 594e803 + 7d90d22 commit 29953c6
Show file tree
Hide file tree
Showing 4 changed files with 169 additions and 238 deletions.
2 changes: 1 addition & 1 deletion lib/base.js
Expand Up @@ -2,7 +2,7 @@ module.exports = {
extends: ["eslint:recommended"],
plugins: ["import"],
parserOptions: {
ecmaVersion: 2019,
ecmaVersion: "latest",
sourceType: "module",
},
env: {
Expand Down
2 changes: 1 addition & 1 deletion lib/node.js
Expand Up @@ -10,6 +10,6 @@ module.exports = {
"no-console": "off",
},
parserOptions: {
ecmaVersion: 2020,
ecmaVersion: "latest",
},
};

0 comments on commit 29953c6

Please sign in to comment.