Skip to content

Commit

Permalink
Bump linters ecma version
Browse files Browse the repository at this point in the history
  • Loading branch information
craigtaub committed May 21, 2020
1 parent 08c3124 commit 19f1841
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.yml
Expand Up @@ -38,7 +38,7 @@ overrides:
- lib/growl.js
- docs/_data/**/*.js
parserOptions:
ecmaVersion: 2017
ecmaVersion: 2018
env:
browser: false
rules:
Expand Down Expand Up @@ -97,7 +97,7 @@ overrides:
- files:
- test/**/*.mjs
parserOptions:
ecmaVersion: 2017
ecmaVersion: 2018
sourceType: module

- files:
Expand Down

0 comments on commit 19f1841

Please sign in to comment.