lint: update language options
This commit is contained in:
parent
f1a2c02ee4
commit
f6154619eb
|
|
@ -17,8 +17,7 @@ export default tseslint.config(
|
||||||
...globals.node,
|
...globals.node,
|
||||||
...globals.jest,
|
...globals.jest,
|
||||||
},
|
},
|
||||||
ecmaVersion: 5,
|
sourceType: 'commonjs',
|
||||||
sourceType: 'module',
|
|
||||||
parserOptions: {
|
parserOptions: {
|
||||||
projectService: true,
|
projectService: true,
|
||||||
tsconfigRootDir: import.meta.dirname,
|
tsconfigRootDir: import.meta.dirname,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue