Skip to content

Commit

Permalink
feat: update ecmaVersion to 2018 (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrums86 authored May 10, 2024
1 parent ed0fa1e commit 58ebed5
Show file tree
Hide file tree
Showing 3 changed files with 1,735 additions and 1,860 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
parserOptions: {
sourceType: 'module',
impliedStrict: true,
ecmaVersion: 2017
ecmaVersion: 2018
},
env: {
commonjs: true,
Expand Down
Loading

0 comments on commit 58ebed5

Please sign in to comment.