Skip to content

Commit f615461

Browse files
lint: update language options
1 parent f1a2c02 commit f615461

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

eslint.config.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ export default tseslint.config(
1717
...globals.node,
1818
...globals.jest,
1919
},
20-
ecmaVersion: 5,
21-
sourceType: 'module',
20+
sourceType: 'commonjs',
2221
parserOptions: {
2322
projectService: true,
2423
tsconfigRootDir: import.meta.dirname,

0 commit comments

Comments
 (0)