Skip to content

Commit

Permalink
chore: Update linter so we can leverage modern JS features
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-yeager committed Sep 11, 2024
1 parent bce14e5 commit 34a561a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
es6: true,
},
parserOptions: {
ecmaVersion: 2018,
ecmaVersion: 2021,
},
rules: {
'no-console': 'off',
Expand Down

0 comments on commit 34a561a

Please sign in to comment.