lint: update language options
This commit is contained in:
parent
f1a2c02ee4
commit
f6154619eb
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue