Skip to content

Commit

Permalink
changed ecmascript version for eslint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
rdss-hmorsi committed Jan 5, 2024
1 parent fb3d368 commit 584c698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/eslint/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = {
'plugin:jest/style',
],
parserOptions: {
ecmaVersion: 2016,
ecmaVersion: 2021,
sourceType: 'module'
},
overrides: [
Expand Down

0 comments on commit 584c698

Please sign in to comment.