Skip to content

Commit

Permalink
Update ESLint ecmaVersion to 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Aug 30, 2018
1 parent 8e41f18 commit 77168fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env:
jasmine: true
parserOptions:
# At the moment, eslint-config-standard is still using `2018`
ecmaVersion: 2018
ecmaVersion: 2019
sourceType: script
rules:
# Rules related to `require()` and module loading
Expand Down

0 comments on commit 77168fa

Please sign in to comment.