Skip to content

Commit

Permalink
infra: fix env in eslint (es7 -> es2016)
Browse files Browse the repository at this point in the history
  • Loading branch information
YakovL committed May 11, 2023
1 parent 4512d53 commit 5ef10ad
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
Expand Up @@ -32,7 +32,7 @@
{
"files": ["build/*.js", "test/*.js"],
"env": {
"es7": true
"es2016": true
}
}
]
Expand Down

0 comments on commit 5ef10ad

Please sign in to comment.