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 11import cheminfo from 'eslint-config-cheminfo-typescript' ;
2- import globals from 'globals' ;
32
43export default [
54 ...cheminfo ,
65 {
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 4141 },
4242 "homepage" : " https://github.com/mljs/signal-processing#readme" ,
4343 "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" ,
4646 "eslint-config-cheminfo-typescript" : " ^16.0.0" ,
4747 "jest-matcher-deep-close-to" : " ^3.0.2" ,
4848 "prettier" : " ^3.3.3" ,
4949 "rimraf" : " ^6.0.1" ,
5050 "ts-jest" : " ^29.2.5" ,
5151 "typescript" : " ^5.6.3" ,
5252 "typescript-json-schema" : " ^0.65.1" ,
53- "vitest" : " ^2.1.2 "
53+ "vitest" : " ^2.1.4 "
5454 },
5555 "dependencies" : {
5656 "baselines" : " ^1.1.9" ,
57- "cheminfo-types" : " ^1.8.0 " ,
57+ "cheminfo-types" : " ^1.8.1 " ,
5858 "ml-gsd" : " ^12.1.8" ,
5959 "ml-savitzky-golay-generalized" : " ^4.2.0" ,
60- "ml-spectra-processing" : " ^14.5.3 "
60+ "ml-spectra-processing" : " ^14.6.2 "
6161 }
6262}
Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ export function filterMatrix(
2424 * throw new Error(`Unknown filter: ${filter.name}`);
2525 * }
2626 * 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+ * }
3232 */
3333
3434 return { logs, data : result . data } ;
You can’t perform that action at this time.
0 commit comments