Skip to content

Commit

Permalink
Support EcmaScript 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Oct 21, 2020
1 parent 3f4a3fe commit d61a2e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslintrc.json
@@ -1,6 +1,6 @@
{
"parserOptions": {
"ecmaVersion": 2020,
"ecmaVersion": 2021,
"ecmaFeatures": {
"jsx": true
},
Expand Down

0 comments on commit d61a2e0

Please sign in to comment.