Skip to content

Commit

Permalink
make eslint support esnext typescript target
Browse files Browse the repository at this point in the history
  • Loading branch information
koskimas committed Nov 9, 2021
1 parent 5de9e2a commit 139c594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parserOptions": {
"ecmaVersion": 2018
"ecmaVersion": "latest"
},
"plugins": [
"prettier"
Expand Down

0 comments on commit 139c594

Please sign in to comment.