Skip to content

Commit 3ceba19

Browse files
committed
style: up eslint to ecma 2025
this allows `import d from 'data./json' with { type: 'json' }` imports not used in main code base but in some temporary analysis scripts
1 parent 5004b9b commit 3ceba19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default [
66
js.configs.recommended,
77
{
88
languageOptions: {
9-
ecmaVersion: 2022,
9+
ecmaVersion: 2025,
1010
globals: {
1111
...globals.browser,
1212
...globals.node,

0 commit comments

Comments
 (0)