lint: update language options

This commit is contained in:
Kamil Myśliwiec 2025-04-10 13:23:04 +02:00
parent f1a2c02ee4
commit f6154619eb
No known key found for this signature in database
GPG Key ID: 21ED9535110F047A
1 changed files with 1 additions and 2 deletions

View File

@ -17,8 +17,7 @@ export default tseslint.config(
...globals.node,
...globals.jest,
},
ecmaVersion: 5,
sourceType: 'module',
sourceType: 'commonjs',
parserOptions: {
projectService: true,
tsconfigRootDir: import.meta.dirname,