File tree 5 files changed +49
-972
lines changed
5 files changed +49
-972
lines changed Original file line number Diff line number Diff line change 2
2
// SPDX-FileCopyrightText: TNG Technology Consulting GmbH <https://www.tngtech.com>
3
3
//
4
4
// SPDX-License-Identifier: Apache-2.0
5
- // @ts -check
6
5
import { fixupPluginRules } from '@eslint/compat' ;
7
6
import eslint from '@eslint/js' ;
8
7
import eslintPluginQuery from '@tanstack/eslint-plugin-query' ;
@@ -46,7 +45,7 @@ export default tseslint.config(
46
45
'commitlint.config.ts' ,
47
46
'eslint.config.mjs' ,
48
47
'index.html' ,
49
- 'jest.config.ts ' ,
48
+ 'jest.config.mjs ' ,
50
49
'notices.template.html' ,
51
50
'tools' ,
52
51
'vite.config.mts' ,
@@ -65,7 +64,6 @@ export default tseslint.config(
65
64
version : 'detect' ,
66
65
} ,
67
66
} ,
68
- // @ts -ignore
69
67
rules : {
70
68
...eslintPluginQuery . configs . recommended . rules ,
71
69
...eslintPluginReactHooks . configs . recommended . rules ,
Original file line number Diff line number Diff line change 2
2
// SPDX-FileCopyrightText: TNG Technology Consulting GmbH <https://www.tngtech.com>
3
3
//
4
4
// SPDX-License-Identifier: Apache-2.0
5
- import type { Config } from 'jest' ;
6
5
7
- const config : Config = {
6
+ /** @type {import('jest').Config } */
7
+ const config = {
8
8
testEnvironment : 'jsdom' ,
9
9
resetMocks : false ,
10
10
transformIgnorePatterns : [ '/node_modules/(?!d3-*|internmap|axios)' ] ,
Original file line number Diff line number Diff line change 99
99
"prettier-plugin-sh" : " ^0.14.0" ,
100
100
"run-script-os" : " ^1.1.6" ,
101
101
"start-server-and-test" : " ^2.0.9" ,
102
- "ts-node" : " ^10.9.2" ,
103
102
"typescript" : " ^5.7.2" ,
104
103
"typescript-eslint" : " ^8.18.2" ,
105
104
"unimported" : " ^1.31.1" ,
Original file line number Diff line number Diff line change 64
64
'spdx-license-ids' ,
65
65
'start-server-and-test' ,
66
66
'stream-json' ,
67
- 'ts-node' ,
68
67
'typescript' ,
69
68
'typescript-eslint' ,
70
69
'upath' ,
You can’t perform that action at this time.
0 commit comments