File tree Expand file tree Collapse file tree 4 files changed +14
-22
lines changed Expand file tree Collapse file tree 4 files changed +14
-22
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
import cheminfo from 'eslint-config-cheminfo-typescript' ;
2
- import globals from 'globals' ;
3
2
4
3
export default [
5
4
...cheminfo ,
6
5
{
7
- languageOptions : {
8
- globals : {
9
- // ...globals.node,
10
- } ,
11
- } ,
12
- rules : {
13
- // "unicorn/no-object-as-default-parameter": "off",
14
- }
15
- }
16
- ]
6
+ languageOptions : { } ,
7
+ rules : { } ,
8
+ } ,
9
+ ] ;
Original file line number Diff line number Diff line change 41
41
},
42
42
"homepage" : " https://github.com/mljs/signal-processing#readme" ,
43
43
"devDependencies" : {
44
- "@vitest/coverage-v8" : " ^2.1.2 " ,
45
- "eslint" : " ^9.12 .0" ,
44
+ "@vitest/coverage-v8" : " ^2.1.4 " ,
45
+ "eslint" : " ^9.14 .0" ,
46
46
"eslint-config-cheminfo-typescript" : " ^16.0.0" ,
47
47
"jest-matcher-deep-close-to" : " ^3.0.2" ,
48
48
"prettier" : " ^3.3.3" ,
49
49
"rimraf" : " ^6.0.1" ,
50
50
"ts-jest" : " ^29.2.5" ,
51
51
"typescript" : " ^5.6.3" ,
52
52
"typescript-json-schema" : " ^0.65.1" ,
53
- "vitest" : " ^2.1.2 "
53
+ "vitest" : " ^2.1.4 "
54
54
},
55
55
"dependencies" : {
56
56
"baselines" : " ^1.1.9" ,
57
- "cheminfo-types" : " ^1.8.0 " ,
57
+ "cheminfo-types" : " ^1.8.1 " ,
58
58
"ml-gsd" : " ^12.1.8" ,
59
59
"ml-savitzky-golay-generalized" : " ^4.2.0" ,
60
- "ml-spectra-processing" : " ^14.5.3 "
60
+ "ml-spectra-processing" : " ^14.6.2 "
61
61
}
62
62
}
Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ export function filterMatrix(
24
24
* throw new Error(`Unknown filter: ${filter.name}`);
25
25
* }
26
26
* result = filterFct(result.data, filter.options);
27
- * logs.push({
28
- name: filter.name,
29
- time: Date.now() - start,
30
- });
31
- }
27
+ * logs.push({
28
+ * name: filter.name,
29
+ * time: Date.now() - start,
30
+ * });
31
+ * }
32
32
*/
33
33
34
34
return { logs, data : result . data } ;
You can’t perform that action at this time.
0 commit comments