Skip to content

Commit

Permalink
eslint enable spread operator support
Browse files Browse the repository at this point in the history
  • Loading branch information
amalfra committed Oct 31, 2021
1 parent 463e988 commit d764fa4
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,7 +1,7 @@
{
"parserOptions": {
"sourceType": "module",
"ecmaVersion": 6
"ecmaVersion": 9
},
"env": {
"mocha": true,
Expand Down

0 comments on commit d764fa4

Please sign in to comment.