Skip to content

Commit

Permalink
chore(jshint): changed jshint esversion 6 -> 8, since async/await is …
Browse files Browse the repository at this point in the history
…used
  • Loading branch information
yadimon committed Mar 11, 2020
1 parent c49bbe0 commit e555ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/.jshintrc
@@ -1,6 +1,6 @@
{
"strict": false,
"esversion": 6,
"esversion": 8,
"predef": [
"protractor",
"browser",
Expand Down

0 comments on commit e555ba8

Please sign in to comment.