Skip to content

Commit 46eb94a

Browse files
committed
fix: updates ecmaVersion
1 parent 4ae5556 commit 46eb94a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = {
77
],
88
plugins: ['jest'],
99
parserOptions: {
10-
ecmaVersion: 2020, // Allows for the parsing of modern ECMAScript features
10+
ecmaVersion: 2023, // Allows for the parsing of modern ECMAScript features
1111
sourceType: 'module', // Allows for the use of imports
1212
},
1313
settings: {

0 commit comments

Comments
 (0)