Skip to content

Commit

Permalink
feat: use latest es version (#7266)
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz authored Mar 14, 2021
1 parent 4d8985e commit 275b53d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = {
},
parserOptions: {
project: 'tsconfig.json',
ecmaVersion: 2018,
ecmaVersion: 2020,
sourceType: 'module'
},
overrides: [
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "ES2015",
"module": "ES2015",
"target": "ES2020",
"module": "ES2020",
"moduleResolution": "Node",

"esModuleInterop": true,
Expand Down

0 comments on commit 275b53d

Please sign in to comment.