Skip to content

Commit f1b0eb8

Browse files
Internal: Update ecmaVersion in ESLint config from 2017 to 2023
1 parent aa9eed2 commit f1b0eb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module.exports = {
2424
__: true,
2525
},
2626
parserOptions: {
27-
ecmaVersion: 2017,
27+
ecmaVersion: 2023,
2828
sourceType: 'module',
2929
ecmaFeatures: {
3030
jsx: true,

0 commit comments

Comments
 (0)