346 lines
43 KiB
Plaintext
346 lines
43 KiB
Plaintext
|
||
> nap-dms.lcbp3@1.8.0 lint D:\nap-dms.lcbp3
|
||
> eslint .
|
||
|
||
|
||
D:\nap-dms.lcbp3\backend\src\common\auth\auth.service.spec.ts
|
||
21:7 error Unsafe assignment of an `any` value @typescript-eslint/no-unsafe-assignment
|
||
26:7 error 'jwtService' is assigned a value but never used. Allowed unused vars must match /^_/u @typescript-eslint/no-unused-vars
|
||
27:7 error 'tokenRepo' is assigned a value but never used. Allowed unused vars must match /^_/u @typescript-eslint/no-unused-vars
|
||
56:5 error Unsafe call of an `any` typed value @typescript-eslint/no-unsafe-call
|
||
56:12 error Unsafe member access .compare on an `any` value @typescript-eslint/no-unsafe-member-access
|
||
131:7 error Unsafe call of an `any` typed value @typescript-eslint/no-unsafe-call
|
||
131:14 error Unsafe member access .compare on an `any` value @typescript-eslint/no-unsafe-member-access
|
||
165:14 error A method that is not declared with `this: void` may cause unintentional scoping of `this` when separated from its object.
|
||
Consider using an arrow function or explicitly `.bind()`ing the method to avoid calling the method with an unintended `this` value.
|
||
If a function does not access `this`, it can be annotated with `this: void` @typescript-eslint/unbound-method
|
||
|
||
D:\nap-dms.lcbp3\backend\src\common\auth\strategies\jwt-refresh.strategy.ts
|
||
27:3 error Async method 'validate' has no 'await' expression @typescript-eslint/require-await
|
||
|
||
D:\nap-dms.lcbp3\backend\src\common\file-storage\file-storage.service.spec.ts
|
||
88:14 error A method that is not declared with `this: void` may cause unintentional scoping of `this` when separated from its object.
|
||
Consider using an arrow function or explicitly `.bind()`ing the method to avoid calling the method with an unintended `this` value.
|
||
If a function does not access `this`, it can be annotated with `this: void` @typescript-eslint/unbound-method
|
||
89:14 error A method that is not declared with `this: void` may cause unintentional scoping of `this` when separated from its object.
|
||
Consider using an arrow function or explicitly `.bind()`ing the method to avoid calling the method with an unintended `this` value.
|
||
If a function does not access `this`, it can be annotated with `this: void` @typescript-eslint/unbound-method
|
||
121:14 error A method that is not declared with `this: void` may cause unintentional scoping of `this` when separated from its object.
|
||
Consider using an arrow function or explicitly `.bind()`ing the method to avoid calling the method with an unintended `this` value.
|
||
If a function does not access `this`, it can be annotated with `this: void` @typescript-eslint/unbound-method
|
||
139:14 error A method that is not declared with `this: void` may cause unintentional scoping of `this` when separated from its object.
|
||
Consider using an arrow function or explicitly `.bind()`ing the method to avoid calling the method with an unintended `this` value.
|
||
If a function does not access `this`, it can be annotated with `this: void` @typescript-eslint/unbound-method
|
||
|
||
D:\nap-dms.lcbp3\backend\src\database\seeds\run-seed.ts
|
||
7:37 error Unsafe argument of type `any` assigned to a parameter of type `DataSourceOptions` @typescript-eslint/no-unsafe-argument
|
||
7:55 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
||
11:5 error Unexpected console statement no-console
|
||
16:5 error Unexpected console statement no-console
|
||
18:5 error Unexpected console statement no-console
|
||
24:1 error Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator @typescript-eslint/no-floating-promises
|
||
|
||
D:\nap-dms.lcbp3\backend\src\database\seeds\user.seed.ts
|
||
61:7 error Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free @typescript-eslint/ban-ts-comment
|
||
115:13 error Unsafe assignment of an `any` value @typescript-eslint/no-unsafe-assignment
|
||
119:11 error Unsafe assignment of an `any` value @typescript-eslint/no-unsafe-assignment
|
||
|
||
D:\nap-dms.lcbp3\backend\src\database\seeds\workflow-definitions.seed.ts
|
||
140:6 error Parsing error: Declaration or statement expected
|
||
|
||
D:\nap-dms.lcbp3\backend\src\modules\correspondence\correspondence.service.spec.ts
|
||
11:10 error 'CorrespondenceRecipient' is defined but never used. Allowed unused vars must match /^_/u @typescript-eslint/no-unused-vars
|
||
22:27 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
||
23:21 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
||
24:7 error 'dataSource' is assigned a value but never used. Allowed unused vars must match /^_/u @typescript-eslint/no-unused-vars
|
||
24:19 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
||
133:5 error Unsafe assignment of an `any` value @typescript-eslint/no-unsafe-assignment
|
||
134:5 error Unsafe assignment of an `any` value @typescript-eslint/no-unsafe-assignment
|
||
135:5 error Unsafe assignment of an `any` value @typescript-eslint/no-unsafe-assignment
|
||
144:13 error Unsafe assignment of an `any` value @typescript-eslint/no-unsafe-assignment
|
||
144:69 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
||
154:13 error 'mockStatus' is assigned a value but never used. Allowed unused vars must match /^_/u @typescript-eslint/no-unused-vars
|
||
177:31 error Unsafe argument of type `any` assigned to a parameter of type `UpdateCorrespondenceDto` @typescript-eslint/no-unsafe-argument
|
||
177:44 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
||
177:49 error Unsafe argument of type `any` assigned to a parameter of type `User` @typescript-eslint/no-unsafe-argument
|
||
180:14 error A method that is not declared with `this: void` may cause unintentional scoping of `this` when separated from its object.
|
||
Consider using an arrow function or explicitly `.bind()`ing the method to avoid calling the method with an unintended `this` value.
|
||
If a function does not access `this`, it can be annotated with `this: void` @typescript-eslint/unbound-method
|
||
184:13 error Unsafe assignment of an `any` value @typescript-eslint/no-unsafe-assignment
|
||
184:69 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
||
208:31 error Unsafe argument of type `any` assigned to a parameter of type `UpdateCorrespondenceDto` @typescript-eslint/no-unsafe-argument
|
||
208:44 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
||
208:49 error Unsafe argument of type `any` assigned to a parameter of type `User` @typescript-eslint/no-unsafe-argument
|
||
210:14 error A method that is not declared with `this: void` may cause unintentional scoping of `this` when separated from its object.
|
||
Consider using an arrow function or explicitly `.bind()`ing the method to avoid calling the method with an unintended `this` value.
|
||
If a function does not access `this`, it can be annotated with `this: void` @typescript-eslint/unbound-method
|
||
213:13 error Unsafe assignment of an `any` value @typescript-eslint/no-unsafe-assignment
|
||
213:69 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
||
237:31 error Unsafe argument of type `any` assigned to a parameter of type `UpdateCorrespondenceDto` @typescript-eslint/no-unsafe-argument
|
||
237:44 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
||
237:49 error Unsafe argument of type `any` assigned to a parameter of type `User` @typescript-eslint/no-unsafe-argument
|
||
239:14 error A method that is not declared with `this: void` may cause unintentional scoping of `this` when separated from its object.
|
||
Consider using an arrow function or explicitly `.bind()`ing the method to avoid calling the method with an unintended `this` value.
|
||
If a function does not access `this`, it can be annotated with `this: void` @typescript-eslint/unbound-method
|
||
243:13 error Unsafe assignment of an `any` value @typescript-eslint/no-unsafe-assignment
|
||
243:69 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
||
262:7 error Unsafe call of a type that could not be resolved @typescript-eslint/no-unsafe-call
|
||
264:10 error Unsafe member access .mockResolvedValue on a type that cannot be resolved @typescript-eslint/no-unsafe-member-access
|
||
264:71 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
||
270:31 error Unsafe argument of type `any` assigned to a parameter of type `UpdateCorrespondenceDto` @typescript-eslint/no-unsafe-argument
|
||
270:44 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
||
270:49 error Unsafe argument of type `any` assigned to a parameter of type `User` @typescript-eslint/no-unsafe-argument
|
||
272:14 error A method that is not declared with `this: void` may cause unintentional scoping of `this` when separated from its object.
|
||
Consider using an arrow function or explicitly `.bind()`ing the method to avoid calling the method with an unintended `this` value.
|
||
If a function does not access `this`, it can be annotated with `this: void` @typescript-eslint/unbound-method
|
||
|
||
D:\nap-dms.lcbp3\backend\src\modules\document-numbering\controllers\document-numbering.controller.ts
|
||
122:4 error Parsing error: Declaration or statement expected
|
||
|
||
D:\nap-dms.lcbp3\backend\src\modules\document-numbering\controllers\numbering-metrics.controller.ts
|
||
13:3 error Async method 'getMetrics' has no 'await' expression @typescript-eslint/require-await
|
||
|
||
D:\nap-dms.lcbp3\backend\src\modules\document-numbering\document-numbering.service.spec.ts
|
||
127:14 error A method that is not declared with `this: void` may cause unintentional scoping of `this` when separated from its object.
|
||
Consider using an arrow function or explicitly `.bind()`ing the method to avoid calling the method with an unintended `this` value.
|
||
If a function does not access `this`, it can be annotated with `this: void` @typescript-eslint/unbound-method
|
||
128:14 error A method that is not declared with `this: void` may cause unintentional scoping of `this` when separated from its object.
|
||
Consider using an arrow function or explicitly `.bind()`ing the method to avoid calling the method with an unintended `this` value.
|
||
If a function does not access `this`, it can be annotated with `this: void` @typescript-eslint/unbound-method
|
||
145:13 error Unsafe assignment of an `any` value @typescript-eslint/no-unsafe-assignment
|
||
146:18 error Unsafe member access .findOne on an `any` value @typescript-eslint/no-unsafe-member-access
|
||
151:18 error Unsafe member access .save on an `any` value @typescript-eslint/no-unsafe-member-access
|
||
159:24 error Unsafe member access .save on an `any` value @typescript-eslint/no-unsafe-member-access
|
||
163:13 error Unsafe assignment of an `any` value @typescript-eslint/no-unsafe-assignment
|
||
164:18 error Unsafe member access .findOne on an `any` value @typescript-eslint/no-unsafe-member-access
|
||
168:18 error Unsafe member access .save on an `any` value @typescript-eslint/no-unsafe-member-access
|
||
176:24 error Unsafe member access .save on an `any` value @typescript-eslint/no-unsafe-member-access
|
||
|
||
D:\nap-dms.lcbp3\backend\src\modules\document-numbering\entities\document-number-audit.entity.ts
|
||
28:42 error 'unknown' overrides all other types in this union type @typescript-eslint/no-redundant-type-constituents
|
||
|
||
D:\nap-dms.lcbp3\backend\src\modules\document-numbering\services\format.service.ts
|
||
56:4 error Parsing error: Declaration or statement expected
|
||
|
||
D:\nap-dms.lcbp3\backend\src\modules\document-numbering\services\manual-override.service.spec.ts
|
||
56:12 error A method that is not declared with `this: void` may cause unintentional scoping of `this` when separated from its object.
|
||
Consider using an arrow function or explicitly `.bind()`ing the method to avoid calling the method with an unintended `this` value.
|
||
If a function does not access `this`, it can be annotated with `this: void` @typescript-eslint/unbound-method
|
||
57:12 error A method that is not declared with `this: void` may cause unintentional scoping of `this` when separated from its object.
|
||
Consider using an arrow function or explicitly `.bind()`ing the method to avoid calling the method with an unintended `this` value.
|
||
If a function does not access `this`, it can be annotated with `this: void` @typescript-eslint/unbound-method
|
||
|
||
D:\nap-dms.lcbp3\backend\src\modules\json-schema\dto\create-json-schema.dto.ts
|
||
51:37 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
||
55:29 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
||
65:36 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
||
|
||
D:\nap-dms.lcbp3\backend\src\modules\json-schema\dto\search-json-schema.dto.ts
|
||
14:5 error Unsafe return of a value of type `any` @typescript-eslint/no-unsafe-return
|
||
|
||
D:\nap-dms.lcbp3\backend\src\modules\json-schema\json-schema.service.ts
|
||
265:11 error Unsafe assignment of an `any` value @typescript-eslint/no-unsafe-assignment
|
||
|
||
D:\nap-dms.lcbp3\backend\src\modules\json-schema\services\virtual-column.service.ts
|
||
101:11 error Unsafe assignment of an `any` value @typescript-eslint/no-unsafe-assignment
|
||
106:16 error Unsafe member access [0] on an `any` value @typescript-eslint/no-unsafe-member-access
|
||
|
||
D:\nap-dms.lcbp3\backend\src\modules\migration\migration.controller.spec.ts
|
||
53:12 error A method that is not declared with `this: void` may cause unintentional scoping of `this` when separated from its object.
|
||
Consider using an arrow function or explicitly `.bind()`ing the method to avoid calling the method with an unintended `this` value.
|
||
If a function does not access `this`, it can be annotated with `this: void` @typescript-eslint/unbound-method
|
||
|
||
D:\nap-dms.lcbp3\backend\src\modules\migration\migration.controller.ts
|
||
166:3 error Async method 'getStagingFile' has no 'await' expression @typescript-eslint/require-await
|
||
|
||
D:\nap-dms.lcbp3\backend\src\modules\notification\dto\search-notification.dto.ts
|
||
20:5 error Unsafe return of a value of type `any` @typescript-eslint/no-unsafe-return
|
||
|
||
D:\nap-dms.lcbp3\backend\src\modules\organization\organization.service.ts
|
||
76:1 error Insert `····` prettier/prettier
|
||
|
||
D:\nap-dms.lcbp3\backend\src\modules\project\dto\search-project.dto.ts
|
||
14:5 error Unsafe return of a value of type `any` @typescript-eslint/no-unsafe-return
|
||
|
||
D:\nap-dms.lcbp3\backend\src\modules\project\project.service.spec.ts
|
||
64:7 error Unsafe call of an `any` typed value @typescript-eslint/no-unsafe-call
|
||
66:10 error Unsafe member access .getManyAndCount on an `any` value @typescript-eslint/no-unsafe-member-access
|
||
|
||
D:\nap-dms.lcbp3\backend\src\modules\rfa\entities\rfa-workflow-template.entity.ts
|
||
26:35 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
||
|
||
D:\nap-dms.lcbp3\backend\src\modules\rfa\entities\rfa-workflow.entity.ts
|
||
55:33 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
||
|
||
D:\nap-dms.lcbp3\backend\src\modules\workflow-engine\dsl\parser.service.ts
|
||
24:13 error Unsafe assignment of an `any` value @typescript-eslint/no-unsafe-assignment
|
||
185:13 error Unsafe assignment of an `any` value @typescript-eslint/no-unsafe-assignment
|
||
|
||
D:\nap-dms.lcbp3\backend\src\modules\workflow-engine\dto\evaluate-workflow.dto.ts
|
||
24:28 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
||
|
||
D:\nap-dms.lcbp3\backend\src\modules\workflow-engine\entities\workflow-history.entity.ts
|
||
57:29 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
||
|
||
D:\nap-dms.lcbp3\backend\src\modules\workflow-engine\entities\workflow-instance.entity.ts
|
||
73:28 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
||
|
||
D:\nap-dms.lcbp3\backend\src\modules\workflow-engine\workflow-dsl.service.ts
|
||
258:20 error Implied eval. Do not use the Function constructor to create functions @typescript-eslint/no-implied-eval
|
||
259:16 error Unsafe call of a `Function` typed value @typescript-eslint/no-unsafe-call
|
||
|
||
D:\nap-dms.lcbp3\backend\src\modules\workflow-engine\workflow-engine.controller.ts
|
||
118:3 error Async method 'getAvailableActions' has no 'await' expression @typescript-eslint/require-await
|
||
|
||
D:\nap-dms.lcbp3\backend\src\modules\workflow-engine\workflow-engine.service.spec.ts
|
||
121:14 error A method that is not declared with `this: void` may cause unintentional scoping of `this` when separated from its object.
|
||
Consider using an arrow function or explicitly `.bind()`ing the method to avoid calling the method with an unintended `this` value.
|
||
If a function does not access `this`, it can be annotated with `this: void` @typescript-eslint/unbound-method
|
||
122:14 error A method that is not declared with `this: void` may cause unintentional scoping of `this` when separated from its object.
|
||
Consider using an arrow function or explicitly `.bind()`ing the method to avoid calling the method with an unintended `this` value.
|
||
If a function does not access `this`, it can be annotated with `this: void` @typescript-eslint/unbound-method
|
||
145:14 error A method that is not declared with `this: void` may cause unintentional scoping of `this` when separated from its object.
|
||
Consider using an arrow function or explicitly `.bind()`ing the method to avoid calling the method with an unintended `this` value.
|
||
If a function does not access `this`, it can be annotated with `this: void` @typescript-eslint/unbound-method
|
||
188:14 error A method that is not declared with `this: void` may cause unintentional scoping of `this` when separated from its object.
|
||
Consider using an arrow function or explicitly `.bind()`ing the method to avoid calling the method with an unintended `this` value.
|
||
If a function does not access `this`, it can be annotated with `this: void` @typescript-eslint/unbound-method
|
||
|
||
D:\nap-dms.lcbp3\backend\src\modules\workflow-engine\workflow-event.service.ts
|
||
54:3 error Async method 'processSingleEvent' has no 'await' expression @typescript-eslint/require-await
|
||
|
||
D:\nap-dms.lcbp3\backend\src\scripts\migrate-storage-v2.ts
|
||
10:37 error Unsafe argument of type `any` assigned to a parameter of type `DataSourceOptions` @typescript-eslint/no-unsafe-argument
|
||
10:47 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
||
14:5 error Unexpected console statement no-console
|
||
21:5 error Unexpected console statement no-console
|
||
33:5 error Unexpected console statement no-console
|
||
36:7 error Unexpected console statement no-console
|
||
50:9 error Unexpected console statement no-console
|
||
57:20 error Unnecessary escape character: \/ no-useless-escape
|
||
57:78 error Unnecessary escape character: \/ no-useless-escape
|
||
57:89 error Unnecessary escape character: \/ no-useless-escape
|
||
68:9 error Unexpected console statement no-console
|
||
98:37 error Unexpected console statement no-console
|
||
100:9 error Unexpected console statement no-console
|
||
108:5 error Unexpected console statement no-console
|
||
109:5 error Unexpected console statement no-console
|
||
110:5 error Unexpected console statement no-console
|
||
111:5 error Unexpected console statement no-console
|
||
113:5 error Unexpected console statement no-console
|
||
119:1 error Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator @typescript-eslint/no-floating-promises
|
||
|
||
D:\nap-dms.lcbp3\backend\test\phase3-workflow.e2e-spec.ts
|
||
57:7 error Unexpected console statement no-console
|
||
70:36 error Unsafe argument of type `any` assigned to a parameter of type `App` @typescript-eslint/no-unsafe-argument
|
||
83:5 error Unsafe assignment of an `any` value @typescript-eslint/no-unsafe-assignment
|
||
83:38 error Unsafe member access .id on an `any` value @typescript-eslint/no-unsafe-member-access
|
||
84:5 error Unexpected console statement no-console
|
||
88:36 error Unsafe argument of type `any` assigned to a parameter of type `App` @typescript-eslint/no-unsafe-argument
|
||
98:5 error Unsafe assignment of an `any` value @typescript-eslint/no-unsafe-assignment
|
||
98:40 error Unsafe member access .instanceId on an `any` value @typescript-eslint/no-unsafe-member-access
|
||
99:5 error Unexpected console statement no-console
|
||
100:5 error Unexpected console statement no-console
|
||
100:49 error Unsafe member access .currentState on an `any` value @typescript-eslint/no-unsafe-member-access
|
||
106:7 error Unexpected console statement no-console
|
||
110:36 error Unsafe argument of type `any` assigned to a parameter of type `App` @typescript-eslint/no-unsafe-argument
|
||
122:5 error Unexpected console statement no-console
|
||
|
||
D:\nap-dms.lcbp3\backend\test\simple.e2e-spec.ts
|
||
1:8 error 'request' is defined but never used. Allowed unused vars must match /^_/u @typescript-eslint/no-unused-vars
|
||
|
||
D:\nap-dms.lcbp3\frontend\app\(admin)\admin\doc-control\numbering\new\page.tsx
|
||
28:14 error '_error' is defined but never used @typescript-eslint/no-unused-vars
|
||
|
||
D:\nap-dms.lcbp3\frontend\app\(admin)\admin\doc-control\reference\disciplines\page.tsx
|
||
17:28 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
||
46:45 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
||
70:20 error 'id' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
|
||
84:36 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
||
|
||
D:\nap-dms.lcbp3\frontend\app\(admin)\admin\doc-control\workflows\[id]\edit\page.tsx
|
||
72:14 error '_error' is defined but never used @typescript-eslint/no-unused-vars
|
||
|
||
D:\nap-dms.lcbp3\frontend\app\(admin)\admin\doc-control\workflows\new\page.tsx
|
||
34:14 error '_error' is defined but never used @typescript-eslint/no-unused-vars
|
||
|
||
D:\nap-dms.lcbp3\frontend\app\(admin)\admin\migration\page.tsx
|
||
35:6 warning React Hook useEffect has a missing dependency: 'fetchData'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
||
104:14 error 'error' is defined but never used @typescript-eslint/no-unused-vars
|
||
|
||
D:\nap-dms.lcbp3\frontend\app\(admin)\admin\migration\review\[id]\page.tsx
|
||
14:3 error 'FormDescription' is defined but never used. Allowed unused vars must match /^_/u @typescript-eslint/no-unused-vars
|
||
67:6 warning React Hook useEffect has a missing dependency: 'fetchItem'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
||
89:14 error 'error' is defined but never used @typescript-eslint/no-unused-vars
|
||
144:14 error 'error' is defined but never used @typescript-eslint/no-unused-vars
|
||
|
||
D:\nap-dms.lcbp3\frontend\app\(auth)\login\page.tsx
|
||
78:14 error '_error' is defined but never used @typescript-eslint/no-unused-vars
|
||
|
||
D:\nap-dms.lcbp3\frontend\app\(dashboard)\profile\page.tsx
|
||
70:14 error '_error' is defined but never used @typescript-eslint/no-unused-vars
|
||
|
||
D:\nap-dms.lcbp3\frontend\app\(dashboard)\projects\new\page.tsx
|
||
92:14 error 'error' is defined but never used @typescript-eslint/no-unused-vars
|
||
|
||
D:\nap-dms.lcbp3\frontend\components\circulation\circulation-list.tsx
|
||
6:10 error 'StatusBadge' is defined but never used. Allowed unused vars must match /^_/u @typescript-eslint/no-unused-vars
|
||
|
||
D:\nap-dms.lcbp3\frontend\components\correspondences\form.tsx
|
||
86:75 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
||
102:55 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
||
117:57 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
||
118:48 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
||
131:52 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
||
198:17 error 'err' is defined but never used @typescript-eslint/no-unused-vars
|
||
|
||
D:\nap-dms.lcbp3\frontend\components\custom\file-upload-zone.tsx
|
||
88:5 warning React Hook useCallback has a missing dependency: 'validateFile'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
||
|
||
D:\nap-dms.lcbp3\frontend\components\numbering\audit-logs-table.tsx
|
||
26:16 error 'error' is defined but never used @typescript-eslint/no-unused-vars
|
||
|
||
D:\nap-dms.lcbp3\frontend\components\numbering\bulk-import-form.tsx
|
||
31:14 error '_error' is defined but never used @typescript-eslint/no-unused-vars
|
||
|
||
D:\nap-dms.lcbp3\frontend\components\numbering\cancel-number-form.tsx
|
||
46:14 error '_error' is defined but never used @typescript-eslint/no-unused-vars
|
||
|
||
D:\nap-dms.lcbp3\frontend\components\numbering\manual-override-form.tsx
|
||
58:14 error '_error' is defined but never used @typescript-eslint/no-unused-vars
|
||
|
||
D:\nap-dms.lcbp3\frontend\components\numbering\metrics-dashboard.tsx
|
||
18:16 error 'error' is defined but never used @typescript-eslint/no-unused-vars
|
||
|
||
D:\nap-dms.lcbp3\frontend\components\numbering\void-replace-form.tsx
|
||
54:14 error '_error' is defined but never used @typescript-eslint/no-unused-vars
|
||
|
||
D:\nap-dms.lcbp3\frontend\components\rfas\form.tsx
|
||
285:17 error '_err' is defined but never used @typescript-eslint/no-unused-vars
|
||
|
||
D:\nap-dms.lcbp3\frontend\components\ui\dropdown-menu.tsx
|
||
6:10 error 'Check' is defined but never used. Allowed unused vars must match /^_/u @typescript-eslint/no-unused-vars
|
||
|
||
D:\nap-dms.lcbp3\frontend\components\workflows\dsl-editor.tsx
|
||
50:14 error '_error' is defined but never used @typescript-eslint/no-unused-vars
|
||
|
||
D:\nap-dms.lcbp3\frontend\components\workflows\visual-builder.tsx
|
||
238:12 error '_e' is defined but never used @typescript-eslint/no-unused-vars
|
||
|
||
D:\nap-dms.lcbp3\frontend\lib\api\client.ts
|
||
43:16 error '_error' is defined but never used @typescript-eslint/no-unused-vars
|
||
|
||
D:\nap-dms.lcbp3\frontend\lib\auth.ts
|
||
106:12 error 'error' is defined but never used @typescript-eslint/no-unused-vars
|
||
154:19 error 'errorBody' is assigned a value but never used. Allowed unused vars must match /^_/u @typescript-eslint/no-unused-vars
|
||
180:18 error 'error' is defined but never used @typescript-eslint/no-unused-vars
|
||
|
||
D:\nap-dms.lcbp3\frontend\lib\services\dashboard.service.ts
|
||
18:14 error '_error' is defined but never used @typescript-eslint/no-unused-vars
|
||
34:14 error '_error' is defined but never used @typescript-eslint/no-unused-vars
|
||
|
||
✖ 178 problems (175 errors, 3 warnings)
|
||
1 error and 0 warnings potentially fixable with the `--fix` option.
|
||
|
||
ELIFECYCLE Command failed with exit code 1.
|