mirror of
https://github.com/soconnor0919/hristudio.git
synced 2025-12-11 14:44:44 -05:00
- Remove outdated root-level documentation files - Delete IMPLEMENTATION_STATUS.md, WORK_IN_PROGRESS.md, UI_IMPROVEMENTS_SUMMARY.md, CLAUDE.md - Reorganize documentation into docs/ folder - Move UNIFIED_EDITOR_EXPERIENCES.md → docs/unified-editor-experiences.md - Move DATATABLE_MIGRATION_PROGRESS.md → docs/datatable-migration-progress.md - Move SEED_SCRIPT_README.md → docs/seed-script-readme.md - Create comprehensive new documentation - Add docs/implementation-status.md with production readiness assessment - Add docs/work-in-progress.md with active development tracking - Add docs/development-achievements.md consolidating all major accomplishments - Update documentation hub - Enhance docs/README.md with complete 13-document structure - Organize into logical categories: Core, Status, Achievements - Provide clear navigation and purpose for each document Features: - 73% code reduction achievement through unified editor experiences - Complete DataTable migration with enterprise features - Comprehensive seed database with realistic research scenarios - Production-ready status with 100% backend, 95% frontend completion - Clean documentation architecture supporting future development Breaking Changes: None - documentation restructuring only Migration: Documentation moved to docs/ folder, no code changes required
1070 lines
107 KiB
Plaintext
1070 lines
107 KiB
Plaintext
$ next lint
|
|
|
|
./src/app/(dashboard)/dashboard/page.tsx
|
|
41:48 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
|
|
./src/app/(dashboard)/experiments/[id]/designer/page.tsx
|
|
30:13 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
30:34 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
30:39 Error: Unsafe member access .study on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
|
|
./src/app/(dashboard)/experiments/[id]/edit/page.tsx
|
|
94:5 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
|
|
103:11 Error: Optional chain expressions can return undefined by design - using a non-null assertion is unsafe and wrong. @typescript-eslint/no-non-null-asserted-optional-chain
|
|
113:57 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
147:51 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
149:14 Warning: 'error' is defined but never used. @typescript-eslint/no-unused-vars
|
|
160:14 Warning: 'error' is defined but never used. @typescript-eslint/no-unused-vars
|
|
185:33 Error: `'` can be escaped with `'`, `‘`, `'`, `’`. react/no-unescaped-entities
|
|
185:54 Error: `'` can be escaped with `'`, `‘`, `'`, `’`. react/no-unescaped-entities
|
|
185:73 Error: `'` can be escaped with `'`, `‘`, `'`, `’`. react/no-unescaped-entities
|
|
375:59 Error: `"` can be escaped with `"`, `“`, `"`, `”`. react/no-unescaped-entities
|
|
375:77 Error: `"` can be escaped with `"`, `“`, `"`, `”`. react/no-unescaped-entities
|
|
|
|
./src/app/(dashboard)/experiments/new/page.tsx
|
|
99:51 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
101:14 Warning: 'error' is defined but never used. @typescript-eslint/no-unused-vars
|
|
|
|
./src/app/(dashboard)/experiments/page.tsx
|
|
6:10 Warning: 'Target' is defined but never used. @typescript-eslint/no-unused-vars
|
|
|
|
./src/app/(dashboard)/participants/[id]/edit/page.tsx
|
|
95:5 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
|
|
104:11 Error: Optional chain expressions can return undefined by design - using a non-null assertion is unsafe and wrong. @typescript-eslint/no-non-null-asserted-optional-chain
|
|
113:32 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
114:34 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
115:9 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
115:43 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
115:49 Error: Unsafe member access .age on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
115:53 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
116:9 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
116:46 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
116:52 Error: Unsafe member access .gender on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
116:59 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
117:34 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
149:23 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
150:29 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
156:27 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
157:25 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
159:27 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
161:14 Warning: 'error' is defined but never used. @typescript-eslint/no-unused-vars
|
|
172:14 Warning: 'error' is defined but never used. @typescript-eslint/no-unused-vars
|
|
200:34 Error: `'` can be escaped with `'`, `‘`, `'`, `’`. react/no-unescaped-entities
|
|
200:55 Error: `'` can be escaped with `'`, `‘`, `'`, `’`. react/no-unescaped-entities
|
|
200:74 Error: `'` can be escaped with `'`, `‘`, `'`, `’`. react/no-unescaped-entities
|
|
440:71 Error: `"` can be escaped with `"`, `“`, `"`, `”`. react/no-unescaped-entities
|
|
441:56 Error: `"` can be escaped with `"`, `“`, `"`, `”`. react/no-unescaped-entities
|
|
|
|
./src/app/(dashboard)/participants/[id]/page.tsx
|
|
54:11 Warning: 'canDelete' is assigned a value but never used. @typescript-eslint/no-unused-vars
|
|
82:37 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
163:65 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
163:71 Error: Unsafe member access .id on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
166:48 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
166:54 Error: Unsafe member access .name on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
180:70 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
189:37 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
196:70 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
205:37 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
282:40 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
282:45 Error: Unsafe member access .scheduledAt on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
284:35 Error: Unsafe argument of type `any` assigned to a parameter of type `string | number | Date`. @typescript-eslint/no-unsafe-argument
|
|
284:45 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
284:50 Error: Unsafe member access .scheduledAt on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
305:44 Error: `'` can be escaped with `'`, `‘`, `'`, `’`. react/no-unescaped-entities
|
|
439:12 Warning: 'error' is defined but never used. @typescript-eslint/no-unused-vars
|
|
|
|
./src/app/(dashboard)/participants/new/page.tsx
|
|
3:20 Warning: 'useEffect' is defined but never used. @typescript-eslint/no-unused-vars
|
|
62:47 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
102:23 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
103:29 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
109:27 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
110:25 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
113:14 Warning: 'error' is defined but never used. @typescript-eslint/no-unused-vars
|
|
|
|
./src/app/(dashboard)/profile/page.tsx
|
|
20:3 Warning: 'User' is defined but never used. @typescript-eslint/no-unused-vars
|
|
24:3 Warning: 'Mail' is defined but never used. @typescript-eslint/no-unused-vars
|
|
25:3 Warning: 'Calendar' is defined but never used. @typescript-eslint/no-unused-vars
|
|
135:26 Error: `'` can be escaped with `'`, `‘`, `'`, `’`. react/no-unescaped-entities
|
|
|
|
./src/app/(dashboard)/studies/[id]/edit/page.tsx
|
|
87:24 Error: Unexpected `await` of a non-Promise (non-"Thenable") value. @typescript-eslint/await-thenable
|
|
90:5 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
|
|
98:11 Error: Optional chain expressions can return undefined by design - using a non-null assertion is unsafe and wrong. @typescript-eslint/no-non-null-asserted-optional-chain
|
|
107:40 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
108:40 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
109:52 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
145:45 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
148:14 Warning: 'error' is defined but never used. @typescript-eslint/no-unused-vars
|
|
159:14 Warning: 'error' is defined but never used. @typescript-eslint/no-unused-vars
|
|
184:28 Error: `'` can be escaped with `'`, `‘`, `'`, `’`. react/no-unescaped-entities
|
|
184:49 Error: `'` can be escaped with `'`, `‘`, `'`, `’`. react/no-unescaped-entities
|
|
184:68 Error: `'` can be escaped with `'`, `‘`, `'`, `’`. react/no-unescaped-entities
|
|
384:59 Error: `"` can be escaped with `"`, `“`, `"`, `”`. react/no-unescaped-entities
|
|
384:72 Error: `"` can be escaped with `"`, `“`, `"`, `”`. react/no-unescaped-entities
|
|
|
|
./src/app/(dashboard)/studies/[id]/page.tsx
|
|
4:10 Warning: 'Badge' is defined but never used. @typescript-eslint/no-unused-vars
|
|
15:3 Warning: 'Users' is defined but never used. @typescript-eslint/no-unused-vars
|
|
16:3 Warning: 'FlaskConical' is defined but never used. @typescript-eslint/no-unused-vars
|
|
17:3 Warning: 'Calendar' is defined but never used. @typescript-eslint/no-unused-vars
|
|
18:3 Warning: 'Building' is defined but never used. @typescript-eslint/no-unused-vars
|
|
20:3 Warning: 'Plus' is defined but never used. @typescript-eslint/no-unused-vars
|
|
21:3 Warning: 'BarChart3' is defined but never used. @typescript-eslint/no-unused-vars
|
|
22:3 Warning: 'Edit' is defined but never used. @typescript-eslint/no-unused-vars
|
|
23:3 Warning: 'Target' is defined but never used. @typescript-eslint/no-unused-vars
|
|
24:3 Warning: 'Play' is defined but never used. @typescript-eslint/no-unused-vars
|
|
63:28 Error: Unexpected `await` of a non-Promise (non-"Thenable") value. @typescript-eslint/await-thenable
|
|
124:28 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
124:44 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
124:49 Error: Unsafe member access .id on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
129:28 Error: Unsafe call of a(n) `any` typed value. @typescript-eslint/no-unsafe-call
|
|
129:28 Error: Unsafe call of a(n) `any` typed value. @typescript-eslint/no-unsafe-call
|
|
130:45 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
130:50 Error: Unsafe member access .name on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
130:55 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
131:45 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
131:50 Error: Unsafe member access .email on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
133:30 Error: Unsafe member access .charAt on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
134:30 Error: Unsafe member access .toUpperCase on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
139:44 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
139:49 Error: Unsafe member access .name on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
139:54 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
140:45 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
140:50 Error: Unsafe member access .email on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
|
|
./src/app/(dashboard)/studies/[id]/participants/new/page.tsx
|
|
29:10 Warning: 'Separator' is defined but never used. @typescript-eslint/no-unused-vars
|
|
84:17 Warning: 'participant' is defined but never used. Allowed unused args must match /^_/u. @typescript-eslint/no-unused-vars
|
|
106:23 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
107:29 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
113:25 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
114:27 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
160:42 Error: `"` can be escaped with `"`, `“`, `"`, `”`. react/no-unescaped-entities
|
|
160:55 Error: `"` can be escaped with `"`, `“`, `"`, `”`. react/no-unescaped-entities
|
|
169:36 Error: `'` can be escaped with `'`, `‘`, `'`, `’`. react/no-unescaped-entities
|
|
|
|
./src/app/(dashboard)/studies/[id]/participants/page.tsx
|
|
29:11 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
29:37 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
|
|
./src/app/(dashboard)/studies/[id]/trials/new/page.tsx
|
|
28:10 Warning: 'Separator' is defined but never used. @typescript-eslint/no-unused-vars
|
|
60:5 Warning: 'watch' is assigned a value but never used. @typescript-eslint/no-unused-vars
|
|
88:17 Warning: 'trial' is defined but never used. Allowed unused args must match /^_/u. @typescript-eslint/no-unused-vars
|
|
104:27 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
125:53 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
128:55 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
129:31 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
146:47 Error: `"` can be escaped with `"`, `“`, `"`, `”`. react/no-unescaped-entities
|
|
146:61 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
146:77 Error: `"` can be escaped with `"`, `“`, `"`, `”`. react/no-unescaped-entities
|
|
246:47 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
278:40 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
278:47 Error: Unsafe member access .id on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
278:58 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
278:65 Error: Unsafe member access .id on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
280:41 Error: Unsafe member access .name on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
282:37 Error: Unsafe member access .email on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
|
|
./src/app/(dashboard)/studies/[id]/trials/page.tsx
|
|
29:11 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
29:37 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
|
|
./src/app/(dashboard)/studies/new/page.tsx
|
|
81:45 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
83:14 Warning: 'error' is defined but never used. @typescript-eslint/no-unused-vars
|
|
|
|
./src/app/(dashboard)/studies/page.tsx
|
|
6:10 Warning: 'FlaskConical' is defined but never used. @typescript-eslint/no-unused-vars
|
|
|
|
./src/app/(dashboard)/trials/[trialId]/analysis/page.tsx
|
|
7:3 Warning: 'Calendar' is defined but never used. @typescript-eslint/no-unused-vars
|
|
18:3 Warning: 'Play' is defined but never used. @typescript-eslint/no-unused-vars
|
|
19:3 Warning: 'Pause' is defined but never used. @typescript-eslint/no-unused-vars
|
|
21:3 Warning: 'AlertTriangle' is defined but never used. @typescript-eslint/no-unused-vars
|
|
22:3 Warning: 'Eye' is defined but never used. @typescript-eslint/no-unused-vars
|
|
25:10 Warning: 'formatDistanceToNow' is defined but never used. @typescript-eslint/no-unused-vars
|
|
51:12 Warning: 'error' is defined but never used. @typescript-eslint/no-unused-vars
|
|
72:26 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
95:38 Error: Invalid type "unknown" of template literal expression. @typescript-eslint/restrict-template-expressions
|
|
|
|
./src/app/(dashboard)/trials/[trialId]/edit/page.tsx
|
|
89:5 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
|
|
98:11 Error: Optional chain expressions can return undefined by design - using a non-null assertion is unsafe and wrong. @typescript-eslint/no-non-null-asserted-optional-chain
|
|
106:45 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
120:13 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
120:45 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
120:58 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
120:63 Error: Unsafe member access .scheduledAt on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
123:13 Error: Unsafe call of a(n) `any` typed value. @typescript-eslint/no-unsafe-call
|
|
123:27 Error: Unsafe member access .getTime on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
123:39 Error: Unsafe call of a(n) `any` typed value. @typescript-eslint/no-unsafe-call
|
|
123:53 Error: Unsafe member access .getTimezoneOffset on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
132:9 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
132:29 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
132:34 Error: Unsafe member access .wizardId on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
132:43 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
133:28 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
168:27 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
170:14 Warning: 'error' is defined but never used. @typescript-eslint/no-unused-vars
|
|
181:14 Warning: 'error' is defined but never used. @typescript-eslint/no-unused-vars
|
|
218:28 Error: `'` can be escaped with `'`, `‘`, `'`, `’`. react/no-unescaped-entities
|
|
218:49 Error: `'` can be escaped with `'`, `‘`, `'`, `’`. react/no-unescaped-entities
|
|
218:68 Error: `'` can be escaped with `'`, `‘`, `'`, `’`. react/no-unescaped-entities
|
|
360:44 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
382:42 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
382:49 Error: Unsafe member access .id on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
382:60 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
382:67 Error: Unsafe member access .id on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
385:39 Error: Unsafe member access .name on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
385:44 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
385:54 Error: Unsafe member access .email on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
388:39 Error: Unsafe member access .role on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
|
|
./src/app/(dashboard)/trials/[trialId]/page.tsx
|
|
4:3 Warning: 'Calendar' is defined but never used. @typescript-eslint/no-unused-vars
|
|
15:3 Warning: 'Pause' is defined but never used. @typescript-eslint/no-unused-vars
|
|
18:3 Warning: 'FileText' is defined but never used. @typescript-eslint/no-unused-vars
|
|
57:12 Warning: 'error' is defined but never used. @typescript-eslint/no-unused-vars
|
|
93:9 Error: Unsafe assignment of an error typed value. @typescript-eslint/no-unsafe-assignment
|
|
94:9 Error: Unsafe assignment of an error typed value. @typescript-eslint/no-unsafe-assignment
|
|
94:36 Error: Unsafe member access .icon on an `error` typed value. @typescript-eslint/no-unsafe-member-access
|
|
112:26 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
114:41 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
115:11 Error: Computed name [step.type] resolves to an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
115:16 Error: Unsafe member access .type on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
115:29 Error: Computed name [step.type] resolves to an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
115:34 Error: Unsafe member access .type on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
115:40 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
145:31 Error: Unsafe assignment of an error typed value. @typescript-eslint/no-unsafe-assignment
|
|
145:45 Error: Unsafe member access .className on an `error` typed value. @typescript-eslint/no-unsafe-member-access
|
|
147:30 Error: Unsafe member access .label on an `error` typed value. @typescript-eslint/no-unsafe-member-access
|
|
172:38 Error: Invalid type "unknown" of template literal expression. @typescript-eslint/restrict-template-expressions
|
|
180:38 Error: Invalid type "unknown" of template literal expression. @typescript-eslint/restrict-template-expressions
|
|
188:38 Error: Invalid type "unknown" of template literal expression. @typescript-eslint/restrict-template-expressions
|
|
235:36 Error: Unsafe assignment of an error typed value. @typescript-eslint/no-unsafe-assignment
|
|
235:50 Error: Unsafe member access .className on an `error` typed value. @typescript-eslint/no-unsafe-member-access
|
|
239:40 Error: Unsafe member access .label on an `error` typed value. @typescript-eslint/no-unsafe-member-access
|
|
366:49 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
367:31 Error: Unsafe return of a value of type `any`. @typescript-eslint/no-unsafe-return
|
|
367:43 Error: Unsafe member access .duration on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
367:52 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
479:31 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
528:46 Error: Invalid type "unknown" of template literal expression. @typescript-eslint/restrict-template-expressions
|
|
|
|
./src/app/(dashboard)/trials/[trialId]/wizard/page.tsx
|
|
31:12 Warning: 'error' is defined but never used. @typescript-eslint/no-unused-vars
|
|
|
|
./src/app/(dashboard)/trials/new/page.tsx
|
|
9:31 Warning: 'Users' is defined but never used. @typescript-eslint/no-unused-vars
|
|
70:46 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
98:27 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
100:14 Warning: 'error' is defined but never used. @typescript-eslint/no-unused-vars
|
|
335:42 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
335:49 Error: Unsafe member access .id on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
335:60 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
335:67 Error: Unsafe member access .id on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
338:39 Error: Unsafe member access .name on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
338:44 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
338:54 Error: Unsafe member access .email on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
341:39 Error: Unsafe member access .role on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
449:62 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
457:64 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
463:67 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
|
|
./src/app/api/upload/route.ts
|
|
43:24 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
116:35 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
167:51 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
194:15 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
199:63 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
|
|
./src/app/api/websocket/route.ts
|
|
9:41 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
16:7 Warning: 'wss' is assigned a value but never used. @typescript-eslint/no-unused-vars
|
|
53:53 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
53:67 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
55:25 Error: Unsafe argument of type `any` assigned to a parameter of type `string | URL`. @typescript-eslint/no-unsafe-argument
|
|
55:33 Error: Unsafe member access .url on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
55:56 Error: Unsafe member access .headers on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
60:7 Error: Unsafe call of a(n) `any` typed value. @typescript-eslint/no-unsafe-call
|
|
60:10 Error: Unsafe member access .close on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
67:7 Error: Unsafe call of a(n) `any` typed value. @typescript-eslint/no-unsafe-call
|
|
67:10 Error: Unsafe member access .close on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
79:7 Error: Unsafe call of a(n) `any` typed value. @typescript-eslint/no-unsafe-call
|
|
79:10 Error: Unsafe member access .close on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
88:7 Error: Unsafe call of a(n) `any` typed value. @typescript-eslint/no-unsafe-call
|
|
88:10 Error: Unsafe member access .close on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
109:5 Error: Unsafe call of a(n) `any` typed value. @typescript-eslint/no-unsafe-call
|
|
109:8 Error: Unsafe member access .send on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
123:5 Error: Unsafe call of a(n) `any` typed value. @typescript-eslint/no-unsafe-call
|
|
123:8 Error: Unsafe member access .on on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
125:15 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
129:9 Error: Unsafe call of a(n) `any` typed value. @typescript-eslint/no-unsafe-call
|
|
129:12 Error: Unsafe member access .send on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
141:5 Error: Unsafe call of a(n) `any` typed value. @typescript-eslint/no-unsafe-call
|
|
141:8 Error: Unsafe member access .on on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
158:5 Error: Unsafe call of a(n) `any` typed value. @typescript-eslint/no-unsafe-call
|
|
158:8 Error: Unsafe member access .on on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
165:5 Error: Unsafe call of a(n) `any` typed value. @typescript-eslint/no-unsafe-call
|
|
165:8 Error: Unsafe member access .close on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
170:7 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
172:12 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
181:19 Error: Unsafe member access .type on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
184:58 Error: Unsafe member access .data on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
188:13 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
188:29 Error: Unsafe member access .data on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
198:61 Error: Unsafe member access .data on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
201:11 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
202:24 Error: Unsafe member access .data on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
215:19 Error: Unsafe member access .data on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
220:11 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
221:24 Error: Unsafe member access .data on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
234:7 Error: Unsafe call of a(n) `any` typed value. @typescript-eslint/no-unsafe-call
|
|
234:10 Error: Unsafe member access .send on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
245:7 Error: Unsafe call of a(n) `any` typed value. @typescript-eslint/no-unsafe-call
|
|
245:10 Error: Unsafe member access .send on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
249:55 Error: Unsafe member access .type on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
260:15 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
267:20 Error: Unsafe member access .actionType on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
276:27 Error: Unsafe member access .actionType on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
285:27 Error: Unsafe member access .actionType on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
304:13 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
317:9 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
334:36 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
343:7 Error: Unsafe call of a(n) `any` typed value. @typescript-eslint/no-unsafe-call
|
|
343:10 Error: Unsafe member access .send on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
358:53 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
363:14 Error: Unsafe member access .readyState on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
365:9 Error: Unsafe call of a(n) `any` typed value. @typescript-eslint/no-unsafe-call
|
|
365:12 Error: Unsafe member access .send on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
375:9 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
379:5 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
|
|
./src/app/page.tsx
|
|
6:3 Warning: 'CardDescription' is defined but never used. @typescript-eslint/no-unused-vars
|
|
18:3 Warning: 'FlaskConical' is defined but never used. @typescript-eslint/no-unused-vars
|
|
|
|
./src/components/admin/AdminContent.tsx
|
|
5:10 Warning: 'SystemStats' is defined but never used. @typescript-eslint/no-unused-vars
|
|
6:10 Warning: 'RoleManagement' is defined but never used. @typescript-eslint/no-unused-vars
|
|
14:10 Warning: 'Alert' is defined but never used. @typescript-eslint/no-unused-vars
|
|
14:17 Warning: 'AlertDescription' is defined but never used. @typescript-eslint/no-unused-vars
|
|
16:3 Warning: 'UserCog' is defined but never used. @typescript-eslint/no-unused-vars
|
|
17:3 Warning: 'Shield' is defined but never used. @typescript-eslint/no-unused-vars
|
|
18:3 Warning: 'Activity' is defined but never used. @typescript-eslint/no-unused-vars
|
|
19:3 Warning: 'Database' is defined but never used. @typescript-eslint/no-unused-vars
|
|
21:3 Warning: 'Settings' is defined but never used. @typescript-eslint/no-unused-vars
|
|
22:3 Warning: 'FileText' is defined but never used. @typescript-eslint/no-unused-vars
|
|
23:3 Warning: 'Download' is defined but never used. @typescript-eslint/no-unused-vars
|
|
24:3 Warning: 'AlertTriangle' is defined but never used. @typescript-eslint/no-unused-vars
|
|
25:3 Warning: 'CheckCircle' is defined but never used. @typescript-eslint/no-unused-vars
|
|
26:3 Warning: 'Plus' is defined but never used. @typescript-eslint/no-unused-vars
|
|
34:42 Warning: 'userEmail' is defined but never used. Allowed unused args must match /^_/u. @typescript-eslint/no-unused-vars
|
|
45:16 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
47:17 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
|
|
./src/components/admin/admin-user-table.tsx
|
|
180:37 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
182:43 Error: Unsafe argument of type `any` assigned to a parameter of type `SystemRole`. @typescript-eslint/no-unsafe-argument
|
|
188:72 Error: Unsafe argument of type `any` assigned to a parameter of type `SystemRole`. @typescript-eslint/no-unsafe-argument
|
|
269:42 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
274:53 Error: Unsafe argument of type `any` assigned to a parameter of type `SystemRole`. @typescript-eslint/no-unsafe-argument
|
|
288:67 Error: Unsafe argument of type `any` assigned to a parameter of type `SystemRole`. @typescript-eslint/no-unsafe-argument
|
|
|
|
./src/components/dashboard/DashboardContent.tsx
|
|
5:3 Warning: 'Play' is defined but never used. @typescript-eslint/no-unused-vars
|
|
6:3 Warning: 'Zap' is defined but never used. @typescript-eslint/no-unused-vars
|
|
9:3 Warning: 'Users' is defined but never used. @typescript-eslint/no-unused-vars
|
|
10:3 Warning: 'Bot' is defined but never used. @typescript-eslint/no-unused-vars
|
|
11:3 Warning: 'BarChart3' is defined but never used. @typescript-eslint/no-unused-vars
|
|
12:3 Warning: 'Target' is defined but never used. @typescript-eslint/no-unused-vars
|
|
13:3 Warning: 'Clock' is defined but never used. @typescript-eslint/no-unused-vars
|
|
15:3 Warning: 'AlertTriangle' is defined but never used. @typescript-eslint/no-unused-vars
|
|
16:3 Warning: 'Eye' is defined but never used. @typescript-eslint/no-unused-vars
|
|
17:3 Warning: 'Plus' is defined but never used. @typescript-eslint/no-unused-vars
|
|
18:3 Warning: 'Timer' is defined but never used. @typescript-eslint/no-unused-vars
|
|
20:3 Warning: 'TrendingUp' is defined but never used. @typescript-eslint/no-unused-vars
|
|
21:3 Warning: 'Lightbulb' is defined but never used. @typescript-eslint/no-unused-vars
|
|
22:3 Warning: 'ArrowRight' is defined but never used. @typescript-eslint/no-unused-vars
|
|
23:3 Warning: 'Settings' is defined but never used. @typescript-eslint/no-unused-vars
|
|
25:10 Warning: 'Button' is defined but never used. @typescript-eslint/no-unused-vars
|
|
26:10 Warning: 'Card' is defined but never used. @typescript-eslint/no-unused-vars
|
|
26:16 Warning: 'CardContent' is defined but never used. @typescript-eslint/no-unused-vars
|
|
26:29 Warning: 'CardHeader' is defined but never used. @typescript-eslint/no-unused-vars
|
|
26:41 Warning: 'CardTitle' is defined but never used. @typescript-eslint/no-unused-vars
|
|
27:10 Warning: 'Badge' is defined but never used. @typescript-eslint/no-unused-vars
|
|
28:10 Warning: 'Progress' is defined but never used. @typescript-eslint/no-unused-vars
|
|
29:10 Warning: 'Separator' is defined but never used. @typescript-eslint/no-unused-vars
|
|
30:10 Warning: 'Alert' is defined but never used. @typescript-eslint/no-unused-vars
|
|
30:17 Warning: 'AlertDescription' is defined but never used. @typescript-eslint/no-unused-vars
|
|
31:8 Warning: 'Link' is defined but never used. @typescript-eslint/no-unused-vars
|
|
42:17 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
54:3 Warning: 'recentTrials' is defined but never used. Allowed unused args must match /^_/u. @typescript-eslint/no-unused-vars
|
|
135:17 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
|
|
./src/components/experiments/ExperimentsGrid.tsx
|
|
88:39 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
178:10 Warning: 'refreshKey' is assigned a value but never used. @typescript-eslint/no-unused-vars
|
|
194:9 Warning: 'handleExperimentCreated' is assigned a value but never used. @typescript-eslint/no-unused-vars
|
|
|
|
./src/components/experiments/ExperimentsTable.tsx
|
|
309:38 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
310:7 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
310:15 Error: Unsafe member access .id on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
311:7 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
311:17 Error: Unsafe member access .name on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
312:7 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
312:24 Error: Unsafe member access .description on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
313:7 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
313:19 Error: Unsafe member access .status on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
314:7 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
314:20 Error: Unsafe member access .version on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
315:7 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
315:30 Error: Unsafe member access .estimatedDuration on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
316:7 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
316:22 Error: Unsafe member access .createdAt on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
317:7 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
317:20 Error: Unsafe member access .studyId on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
318:7 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
318:37 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
319:7 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
319:26 Error: Unsafe member access .createdBy on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
319:42 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
319:49 Error: Unsafe member access .createdBy on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
319:66 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
320:7 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
320:23 Error: Unsafe member access .trialCount on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
320:34 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
321:7 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
321:22 Error: Unsafe member access .stepCount on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
321:32 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
|
|
./src/components/experiments/designer/ExperimentDesigner.tsx
|
|
3:33 Warning: 'useRef' is defined but never used. @typescript-eslint/no-unused-vars
|
|
39:10 Warning: 'ScrollArea' is defined but never used. @typescript-eslint/no-unused-vars
|
|
50:30 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
210:17 Error: Unsafe spread of an `any` value in an array. @typescript-eslint/no-unsafe-assignment
|
|
274:3 Warning: 'onStepsReorder' is defined but never used. Allowed unused args must match /^_/u. @typescript-eslint/no-unused-vars
|
|
336:19 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
552:59 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
|
|
./src/components/experiments/designer/ExperimentDesignerClient.tsx
|
|
93:41 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
142:43 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
|
|
./src/components/experiments/designer/FreeFormDesigner.tsx
|
|
21:3 Warning: 'Settings' is defined but never used. @typescript-eslint/no-unused-vars
|
|
22:3 Warning: 'Plus' is defined but never used. @typescript-eslint/no-unused-vars
|
|
26:3 Warning: 'Eye' is defined but never used. @typescript-eslint/no-unused-vars
|
|
28:3 Warning: 'Move' is defined but never used. @typescript-eslint/no-unused-vars
|
|
30:3 Warning: 'Copy' is defined but never used. @typescript-eslint/no-unused-vars
|
|
34:3 Warning: 'Download' is defined but never used. @typescript-eslint/no-unused-vars
|
|
35:3 Warning: 'Upload' is defined but never used. @typescript-eslint/no-unused-vars
|
|
38:10 Warning: 'Card' is defined but never used. @typescript-eslint/no-unused-vars
|
|
38:16 Warning: 'CardContent' is defined but never used. @typescript-eslint/no-unused-vars
|
|
38:29 Warning: 'CardHeader' is defined but never used. @typescript-eslint/no-unused-vars
|
|
38:41 Warning: 'CardTitle' is defined but never used. @typescript-eslint/no-unused-vars
|
|
39:10 Warning: 'Badge' is defined but never used. @typescript-eslint/no-unused-vars
|
|
41:10 Warning: 'ScrollArea' is defined but never used. @typescript-eslint/no-unused-vars
|
|
46:3 Warning: 'Select' is defined but never used. @typescript-eslint/no-unused-vars
|
|
47:3 Warning: 'SelectContent' is defined but never used. @typescript-eslint/no-unused-vars
|
|
48:3 Warning: 'SelectItem' is defined but never used. @typescript-eslint/no-unused-vars
|
|
49:3 Warning: 'SelectTrigger' is defined but never used. @typescript-eslint/no-unused-vars
|
|
50:3 Warning: 'SelectValue' is defined but never used. @typescript-eslint/no-unused-vars
|
|
59:3 Warning: 'DialogTrigger' is defined but never used. @typescript-eslint/no-unused-vars
|
|
90:28 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
506:19 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
527:10 Error: Unsafe array destructuring of a tuple element with an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
527:56 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
557:61 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
559:60 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
565:24 Error: Unsafe argument of type `any` assigned to a parameter of type `ElementType`. @typescript-eslint/no-unsafe-argument
|
|
568:19 Error: Unsafe argument of type `any` assigned to a parameter of type `string`. @typescript-eslint/no-unsafe-argument
|
|
568:36 Error: Unsafe member access .id on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
646:29 Warning: 'position' is defined but never used. Allowed unused args must match /^_/u. @typescript-eslint/no-unused-vars
|
|
662:60 Warning: 'config' is defined but never used. Allowed unused args must match /^_/u. @typescript-eslint/no-unused-vars
|
|
731:30 Error: Unsafe member access .type on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
735:54 Error: Unsafe member access .elementType on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
741:30 Error: Unsafe member access .type on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
743:33 Error: Unsafe member access .element on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
|
|
./src/components/layout/ConditionalSidebarContent.tsx
|
|
22:23 Warning: 'BookOpen' is defined but never used. @typescript-eslint/no-unused-vars
|
|
32:27 Warning: 'activeStudy' is assigned a value but never used. @typescript-eslint/no-unused-vars
|
|
|
|
./src/components/layout/DashboardPageTypes.tsx
|
|
14:29 Warning: 'CardHeader' is defined but never used. @typescript-eslint/no-unused-vars
|
|
14:41 Warning: 'CardTitle' is defined but never used. @typescript-eslint/no-unused-vars
|
|
16:10 Warning: 'Badge' is defined but never used. @typescript-eslint/no-unused-vars
|
|
22:3 Warning: 'Download' is defined but never used. @typescript-eslint/no-unused-vars
|
|
27:3 Warning: 'Edit' is defined but never used. @typescript-eslint/no-unused-vars
|
|
107:3 Warning: 'iconName' is defined but never used. Allowed unused args must match /^_/u. @typescript-eslint/no-unused-vars
|
|
114:3 Warning: 'isLoading' is defined but never used. Allowed unused args must match /^_/u. @typescript-eslint/no-unused-vars
|
|
208:49 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
307:3 Warning: 'iconName' is defined but never used. Allowed unused args must match /^_/u. @typescript-eslint/no-unused-vars
|
|
319:35 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
400:3 Warning: 'iconName' is defined but never used. Allowed unused args must match /^_/u. @typescript-eslint/no-unused-vars
|
|
|
|
./src/components/layout/DynamicSidebar.tsx
|
|
14:3 Warning: 'Calendar' is defined but never used. @typescript-eslint/no-unused-vars
|
|
180:36 Error: Unsafe member access .length on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
181:24 Error: Unsafe call of a(n) `any` typed value. @typescript-eslint/no-unsafe-call
|
|
181:42 Error: Unsafe member access .substring on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
|
|
./src/components/participants/ParticipantsTable.tsx
|
|
241:7 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
|
|
|
|
./src/components/participants/ParticipantsView.tsx
|
|
8:3 Warning: 'Filter' is defined but never used. @typescript-eslint/no-unused-vars
|
|
13:3 Warning: 'Edit' is defined but never used. @typescript-eslint/no-unused-vars
|
|
15:3 Warning: 'UserCheck' is defined but never used. @typescript-eslint/no-unused-vars
|
|
17:3 Warning: 'Calendar' is defined but never used. @typescript-eslint/no-unused-vars
|
|
18:3 Warning: 'Mail' is defined but never used. @typescript-eslint/no-unused-vars
|
|
19:3 Warning: 'Phone' is defined but never used. @typescript-eslint/no-unused-vars
|
|
24:3 Warning: 'FileText' is defined but never used. @typescript-eslint/no-unused-vars
|
|
62:3 Warning: 'DialogTrigger' is defined but never used. @typescript-eslint/no-unused-vars
|
|
66:10 Warning: 'Checkbox' is defined but never used. @typescript-eslint/no-unused-vars
|
|
67:10 Warning: 'Separator' is defined but never used. @typescript-eslint/no-unused-vars
|
|
68:10 Warning: 'Progress' is defined but never used. @typescript-eslint/no-unused-vars
|
|
78:17 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
126:43 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
141:7 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
|
|
149:7 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
|
|
157:7 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
|
|
260:8 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
320:52 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
321:36 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
321:42 Error: Unsafe member access .id on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
321:53 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
321:59 Error: Unsafe member access .id on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
322:28 Error: Unsafe member access .name on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
341:33 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
369:56 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
493:33 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
|
|
./src/components/studies/CreateStudyDialog.tsx
|
|
84:14 Warning: 'error' is defined but never used. @typescript-eslint/no-unused-vars
|
|
|
|
./src/components/studies/InviteMemberDialog.tsx
|
|
38:10 Warning: 'Separator' is defined but never used. @typescript-eslint/no-unused-vars
|
|
39:22 Warning: 'Users' is defined but never used. @typescript-eslint/no-unused-vars
|
|
112:19 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
|
|
./src/components/studies/StudiesGrid.tsx
|
|
68:10 Warning: 'refreshKey' is assigned a value but never used. @typescript-eslint/no-unused-vars
|
|
124:9 Warning: 'handleStudyCreated' is assigned a value but never used. @typescript-eslint/no-unused-vars
|
|
|
|
./src/components/studies/StudyCard.tsx
|
|
86:34 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
|
|
./src/components/theme/theme-provider.tsx
|
|
35:3 Warning: 'attribute' is assigned a value but never used. Allowed unused args must match /^_/u. @typescript-eslint/no-unused-vars
|
|
|
|
./src/components/theme/theme-toggle.tsx
|
|
16:21 Warning: 'theme' is assigned a value but never used. @typescript-eslint/no-unused-vars
|
|
|
|
./src/components/trials/TrialsGrid.tsx
|
|
4:22 Warning: 'Pause' is defined but never used. @typescript-eslint/no-unused-vars
|
|
4:44 Warning: 'Users' is defined but never used. @typescript-eslint/no-unused-vars
|
|
136:50 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
256:10 Warning: 'refreshKey' is assigned a value but never used. @typescript-eslint/no-unused-vars
|
|
270:7 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
270:68 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
285:44 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
297:9 Warning: 'handleTrialCreated' is assigned a value but never used. @typescript-eslint/no-unused-vars
|
|
306:9 Warning: 'abortedTrials' is assigned a value but never used. @typescript-eslint/no-unused-vars
|
|
|
|
./src/components/trials/TrialsTable.tsx
|
|
213:19 Error: 'wizardName' will use Object's default stringification format ('[object Object]') when stringified. @typescript-eslint/no-base-to-string
|
|
305:53 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
419:10 Warning: 'statusFilter' is assigned a value but never used. @typescript-eslint/no-unused-vars
|
|
440:7 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
|
|
448:20 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
473:11 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
473:21 Error: Unsafe member access .id on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
473:24 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
474:11 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
474:32 Error: Unsafe member access .sessionNumber on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
474:46 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
475:11 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
475:25 Error: Unsafe member access .status on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
475:32 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
476:11 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
476:30 Error: Unsafe member access .scheduledAt on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
476:42 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
477:11 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
477:28 Error: Unsafe member access .startedAt on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
477:38 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
478:11 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
478:30 Error: Unsafe member access .completedAt on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
478:42 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
479:11 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
479:28 Error: Unsafe member access .createdAt on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
479:38 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
480:11 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
480:33 Error: Unsafe member access .experiment on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
480:50 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
481:11 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
481:31 Error: Unsafe member access .experiment on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
481:46 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
482:11 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
482:28 Error: Unsafe member access .experiment on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
482:52 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
483:11 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
483:26 Error: Unsafe member access .experiment on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
483:48 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
484:11 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
484:34 Error: Unsafe member access .participant on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
484:63 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
485:11 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
485:34 Error: Unsafe member access .participant on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
485:52 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
486:11 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
486:32 Error: Unsafe member access .participant on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
486:48 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
487:11 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
487:29 Error: Unsafe member access .wizard on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
487:42 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
488:11 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
488:27 Error: Unsafe member access .wizard on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
488:38 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
489:11 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
489:29 Error: Unsafe member access ._count on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
489:44 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
490:11 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
490:29 Error: Unsafe member access ._count on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
490:51 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
|
|
./src/components/trials/execution/EventsLog.tsx
|
|
9:3 Warning: 'Square' is defined but never used. @typescript-eslint/no-unused-vars
|
|
13:3 Warning: 'Clock' is defined but never used. @typescript-eslint/no-unused-vars
|
|
14:3 Warning: 'Zap' is defined but never used. @typescript-eslint/no-unused-vars
|
|
16:3 Warning: 'Mic' is defined but never used. @typescript-eslint/no-unused-vars
|
|
20:3 Warning: 'SkipForward' is defined but never used. @typescript-eslint/no-unused-vars
|
|
23:3 Warning: 'Info' is defined but never used. @typescript-eslint/no-unused-vars
|
|
28:10 Warning: 'Card' is defined but never used. @typescript-eslint/no-unused-vars
|
|
28:16 Warning: 'CardContent' is defined but never used. @typescript-eslint/no-unused-vars
|
|
28:29 Warning: 'CardHeader' is defined but never used. @typescript-eslint/no-unused-vars
|
|
28:41 Warning: 'CardTitle' is defined but never used. @typescript-eslint/no-unused-vars
|
|
31:10 Warning: 'Separator' is defined but never used. @typescript-eslint/no-unused-vars
|
|
40:20 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
49:9 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
212:43 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
215:5 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
216:15 Error: Unsafe member access .type on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
218:19 Error: Unsafe member access .type on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
220:21 Error: Unsafe member access .type on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
222:23 Error: Unsafe member access .type on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
222:28 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
223:25 Error: Unsafe argument of type `any` assigned to a parameter of type `string | number | Date`. @typescript-eslint/no-unsafe-argument
|
|
223:33 Error: Unsafe member access .data on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
223:49 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
224:5 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
224:19 Error: Unsafe member access .data on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
224:24 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
225:5 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
225:20 Error: Unsafe member access .data on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
225:32 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
226:25 Error: Unsafe argument of type `any` assigned to a parameter of type `string | number | Date`. @typescript-eslint/no-unsafe-argument
|
|
226:33 Error: Unsafe member access .data on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
226:49 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
264:6 Warning: React Hook useEffect has a missing dependency: 'convertWebSocketEvent'. Either include it or remove the dependency array. react-hooks/exhaustive-deps
|
|
280:53 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
285:29 Error: Unsafe member access .from_step on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
285:58 Error: Unsafe member access .to_step on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
285:77 Error: Unsafe member access .step_name on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
285:99 Error: Unsafe member access .step_name on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
288:24 Error: Unsafe member access .action_type on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
288:38 Error: Unsafe call of a(n) `any` typed value. @typescript-eslint/no-unsafe-call
|
|
288:43 Error: Unsafe member access .action_type on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
288:101 Error: Unsafe member access .step_name on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
288:125 Error: Unsafe member access .step_name on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
291:24 Error: Unsafe member access .action_name on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
291:36 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
291:61 Error: Unsafe member access .parameters on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
294:35 Error: Unsafe member access .emergency_type on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
294:52 Error: Unsafe call of a(n) `any` typed value. @typescript-eslint/no-unsafe-call
|
|
294:57 Error: Unsafe member access .emergency_type on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
297:34 Error: Unsafe member access .action on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
300:30 Error: Unsafe member access .action on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
303:30 Error: Unsafe member access .action on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
306:9 Error: Unsafe return of a value of type `any`. @typescript-eslint/no-unsafe-return
|
|
307:16 Error: Unsafe member access .content on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
307:24 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
307:32 Error: Unsafe member access .intervention_type on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
307:50 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
312:18 Error: Unsafe member access .message on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
312:27 Error: Unsafe return of a value of type `any`. @typescript-eslint/no-unsafe-return
|
|
312:39 Error: Unsafe member access .message on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
313:18 Error: Unsafe member access .description on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
313:31 Error: Unsafe return of a value of type `any`. @typescript-eslint/no-unsafe-return
|
|
313:43 Error: Unsafe member access .description on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
341:9 Warning: 'uniqueEventTypes' is assigned a value but never used. @typescript-eslint/no-unused-vars
|
|
477:27 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
527:31 Error: `"` can be escaped with `"`, `“`, `"`, `”`. react/no-unescaped-entities
|
|
527:45 Error: `"` can be escaped with `"`, `“`, `"`, `”`. react/no-unescaped-entities
|
|
531:54 Error: Unsafe argument of type `any` assigned to a parameter of type `{}`. @typescript-eslint/no-unsafe-argument
|
|
|
|
./src/components/trials/wizard/ActionControls.tsx
|
|
5:3 Warning: 'Mic' is defined but never used. @typescript-eslint/no-unused-vars
|
|
6:3 Warning: 'MicOff' is defined but never used. @typescript-eslint/no-unused-vars
|
|
14:3 Warning: 'Settings' is defined but never used. @typescript-eslint/no-unused-vars
|
|
15:3 Warning: 'Phone' is defined but never used. @typescript-eslint/no-unused-vars
|
|
16:3 Warning: 'PhoneOff' is defined but never used. @typescript-eslint/no-unused-vars
|
|
29:10 Warning: 'Badge' is defined but never used. @typescript-eslint/no-unused-vars
|
|
30:10 Warning: 'Separator' is defined but never used. @typescript-eslint/no-unused-vars
|
|
33:10 Warning: 'Switch' is defined but never used. @typescript-eslint/no-unused-vars
|
|
41:3 Warning: 'DialogTrigger' is defined but never used. @typescript-eslint/no-unused-vars
|
|
56:18 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
57:15 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
59:53 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
73:64 Warning: 'trialId' is defined but never used. Allowed unused args must match /^_/u. @typescript-eslint/no-unused-vars
|
|
324:55 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
326:30 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
326:37 Error: Unsafe member access .id on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
326:40 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
329:78 Error: Unsafe member access .id on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
333:33 Error: Unsafe member access .name on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
|
|
./src/components/trials/wizard/ParticipantInfo.tsx
|
|
6:3 Warning: 'Calendar' is defined but never used. @typescript-eslint/no-unused-vars
|
|
7:3 Warning: 'MapPin' is defined but never used. @typescript-eslint/no-unused-vars
|
|
8:3 Warning: 'Phone' is defined but never used. @typescript-eslint/no-unused-vars
|
|
9:3 Warning: 'Languages' is defined but never used. @typescript-eslint/no-unused-vars
|
|
17:10 Warning: 'Badge' is defined but never used. @typescript-eslint/no-unused-vars
|
|
18:10 Warning: 'Separator' is defined but never used. @typescript-eslint/no-unused-vars
|
|
27:19 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
32:9 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
32:49 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
35:9 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
35:28 Error: Unsafe member access .age on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
36:9 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
36:31 Error: Unsafe member access .gender on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
37:9 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
37:35 Error: Unsafe member access .occupation on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
38:9 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
38:34 Error: Unsafe member access .education on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
39:9 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
39:33 Error: Unsafe member access .primaryLanguage on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
39:49 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
39:65 Error: Unsafe member access .language on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
40:9 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
40:9 Warning: 'location' is assigned a value but never used. @typescript-eslint/no-unused-vars
|
|
40:33 Error: Unsafe member access .location on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
40:42 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
40:58 Error: Unsafe member access .city on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
41:9 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
41:35 Error: Unsafe member access .robotExperience on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
41:51 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
41:67 Error: Unsafe member access .experience on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
52:55 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
89:35 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
106:13 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
106:23 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
134:20 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
134:33 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
175:20 Error: Unsafe argument of type `any` assigned to a parameter of type `{}`. @typescript-eslint/no-unsafe-argument
|
|
184:31 Error: Unsafe argument of type `any` assigned to a parameter of type `{ [s: string]: unknown; } | ArrayLike<unknown>`. @typescript-eslint/no-unsafe-argument
|
|
|
|
./src/components/trials/wizard/RobotStatus.tsx
|
|
6:3 Warning: 'Wifi' is defined but never used. @typescript-eslint/no-unused-vars
|
|
10:3 Warning: 'Power' is defined but never used. @typescript-eslint/no-unused-vars
|
|
11:3 Warning: 'PowerOff' is defined but never used. @typescript-eslint/no-unused-vars
|
|
16:3 Warning: 'Settings' is defined but never used. @typescript-eslint/no-unused-vars
|
|
18:3 Warning: 'Zap' is defined but never used. @typescript-eslint/no-unused-vars
|
|
28:10 Warning: 'Separator' is defined but never used. @typescript-eslint/no-unused-vars
|
|
30:10 Warning: 'api' is defined but never used. @typescript-eslint/no-unused-vars
|
|
54:28 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
57:31 Warning: 'trialId' is defined but never used. Allowed unused args must match /^_/u. @typescript-eslint/no-unused-vars
|
|
97:56 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
98:74 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
194:63 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
195:63 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
|
|
./src/components/trials/wizard/StepDisplay.tsx
|
|
9:3 Warning: 'Clock' is defined but never used. @typescript-eslint/no-unused-vars
|
|
11:3 Warning: 'AlertCircle' is defined but never used. @typescript-eslint/no-unused-vars
|
|
32:18 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
34:15 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
35:18 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
36:16 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
37:16 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
42:53 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
85:70 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
113:46 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
114:62 Error: Unsafe argument of type `any` assigned to a parameter of type `string`. @typescript-eslint/no-unsafe-argument
|
|
114:69 Error: Unsafe member access .id on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
117:30 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
117:37 Error: Unsafe member access .id on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
117:40 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
131:72 Error: Unsafe member access .name on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
132:37 Error: Unsafe member access .description on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
133:77 Error: Unsafe member access .description on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
140:66 Error: Unsafe argument of type `any` assigned to a parameter of type `string`. @typescript-eslint/no-unsafe-argument
|
|
140:73 Error: Unsafe member access .id on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
197:48 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
199:28 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
199:36 Error: Unsafe member access .id on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
199:39 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
208:69 Error: Unsafe member access .name on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
209:34 Error: Unsafe member access .description on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
210:74 Error: Unsafe member access .description on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
215:36 Error: Unsafe member access .type on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
249:47 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
251:28 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
251:35 Error: Unsafe member access .id on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
251:38 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
257:70 Error: Unsafe member access .name on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
258:35 Error: Unsafe member access .condition on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
259:79 Error: Unsafe member access .condition on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
267:81 Error: Unsafe member access .id on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
|
|
./src/components/trials/wizard/TrialProgress.tsx
|
|
10:3 Warning: 'ArrowRight' is defined but never used. @typescript-eslint/no-unused-vars
|
|
12:3 Warning: 'Flag' is defined but never used. @typescript-eslint/no-unused-vars
|
|
28:18 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
144:74 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
|
|
./src/components/trials/wizard/WizardInterface.tsx
|
|
7:3 Warning: 'Pause' is defined but never used. @typescript-eslint/no-unused-vars
|
|
11:3 Warning: 'Clock' is defined but never used. @typescript-eslint/no-unused-vars
|
|
12:3 Warning: 'User' is defined but never used. @typescript-eslint/no-unused-vars
|
|
13:3 Warning: 'Bot' is defined but never used. @typescript-eslint/no-unused-vars
|
|
16:3 Warning: 'ArrowRight' is defined but never used. @typescript-eslint/no-unused-vars
|
|
18:3 Warning: 'MessageSquare' is defined but never used. @typescript-eslint/no-unused-vars
|
|
22:10 Warning: 'formatDistanceToNow' is defined but never used. @typescript-eslint/no-unused-vars
|
|
22:31 Warning: 'format' is defined but never used. @typescript-eslint/no-unused-vars
|
|
27:10 Warning: 'Separator' is defined but never used. @typescript-eslint/no-unused-vars
|
|
28:35 Warning: 'AlertTitle' is defined but never used. @typescript-eslint/no-unused-vars
|
|
48:15 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
60:21 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
68:3 Warning: 'userRole' is defined but never used. Allowed unused args must match /^_/u. @typescript-eslint/no-unused-vars
|
|
83:5 Error: Unsafe array destructuring of a tuple element with an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
85:5 Warning: 'wizardActions' is assigned a value but never used. @typescript-eslint/no-unused-vars
|
|
136:11 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
136:44 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
138:16 Error: Unsafe argument of type `any` assigned to a parameter of type `SetStateAction<{ id: string; participantId: string | null; experimentId: string; status: "completed" | "scheduled" | "in_progress" | "aborted" | "failed"; startedAt: Date | null; completedAt: Date | null; ... 6 more ...; participant: { ...; }; }>`. @typescript-eslint/no-unsafe-argument
|
|
139:23 Error: Unsafe member access .startedAt on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
140:36 Error: Unsafe argument of type `any` assigned to a parameter of type `string | number | Date`. @typescript-eslint/no-unsafe-argument
|
|
140:48 Error: Unsafe member access .startedAt on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
146:9 Warning: The 'experimentSteps' array makes the dependencies of useCallback Hook (at line 297) change on every render. To fix this, wrap the initialization of 'experimentSteps' in its own useMemo() Hook. react-hooks/exhaustive-deps
|
|
307:44 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
313:11 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
324:13 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
|
|
./src/components/ui/collapsible.tsx
|
|
3:13 Warning: 'React' is defined but never used. @typescript-eslint/no-unused-vars
|
|
|
|
./src/components/ui/data-table.tsx
|
|
23:3 Warning: 'DropdownMenuItem' is defined but never used. @typescript-eslint/no-unused-vars
|
|
37:36 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
37:48 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
44:11 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
48:15 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
48:24 Error: Unsafe call of a(n) `any` typed value. @typescript-eslint/no-unsafe-call
|
|
53:9 Error: Unsafe return of a value of type `any`. @typescript-eslint/no-unsafe-return
|
|
61:63 Error: Unsafe argument of type `any` assigned to a parameter of type `{} | null | undefined`. @typescript-eslint/no-unsafe-argument
|
|
71:23 Error: Unsafe argument of type `any` assigned to a parameter of type `Renderable<any>`. @typescript-eslint/no-unsafe-argument
|
|
129:33 Error: React Hook "React.useState" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return? react-hooks/rules-of-hooks
|
|
130:45 Error: React Hook "React.useState" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return? react-hooks/rules-of-hooks
|
|
134:5 Error: React Hook "React.useState" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return? react-hooks/rules-of-hooks
|
|
135:43 Error: React Hook "React.useState" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return? react-hooks/rules-of-hooks
|
|
137:17 Error: React Hook "useReactTable" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return? react-hooks/rules-of-hooks
|
|
219:23 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
262:25 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
|
|
./src/components/ui/file-upload.tsx
|
|
77:67 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
131:6 Warning: React Hook useCallback has a missing dependency: 'validateFile'. Either include it or remove the dependency array. react-hooks/exhaustive-deps
|
|
147:13 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
148:23 Error: Unsafe argument of type `any` assigned to a parameter of type `string | undefined`. @typescript-eslint/no-unsafe-argument
|
|
148:29 Error: Unsafe member access .error on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
148:35 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
151:11 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
152:5 Error: Unsafe return of a value of type `any`. @typescript-eslint/no-unsafe-return
|
|
152:19 Error: Unsafe member access .data on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
178:68 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
378:23 Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
|
|
|
|
./src/components/ui/progress.tsx
|
|
25:57 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
|
|
./src/hooks/useActiveStudy.ts
|
|
80:5 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
|
|
81:5 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
|
|
82:5 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
|
|
98:5 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
|
|
99:5 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
|
|
100:5 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
|
|
119:13 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
119:36 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
119:41 Error: Unsafe member access .name on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
119:46 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
120:13 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
120:42 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
120:47 Error: Unsafe member access .description on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
120:59 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
123:42 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
124:17 Error: Unsafe member access .id on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
125:20 Error: Unsafe member access .name on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
126:27 Error: Unsafe member access .description on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
|
|
./src/hooks/useWebSocket.ts
|
|
8:9 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
87:13 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
87:52 Error: Unsafe argument of type `any` assigned to a parameter of type `string`. @typescript-eslint/no-unsafe-argument
|
|
108:30 Error: Unsafe argument of type `any` assigned to a parameter of type `SetStateAction<string | null>`. @typescript-eslint/no-unsafe-argument
|
|
108:43 Error: Unsafe member access .message on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
108:51 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
150:6 Warning: React Hook useCallback has a missing dependency: 'connect'. Either include it or remove the dependency array. react-hooks/exhaustive-deps
|
|
241:6 Warning: React Hook useEffect has missing dependencies: 'connect', 'disconnect', and 'session?.user'. Either include them or remove the dependency array. react-hooks/exhaustive-deps
|
|
265:10 Error: Unsafe array destructuring of a tuple element with an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
265:64 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
266:54 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
274:44 Error: Unsafe member access .trial on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
280:34 Error: Unsafe return of a value of type `any[]`. @typescript-eslint/no-unsafe-return
|
|
280:35 Error: Unsafe spread of an `any` value in an array. @typescript-eslint/no-unsafe-assignment
|
|
311:75 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
314:7 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
321:64 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
324:7 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
328:49 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
331:7 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
338:5 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
|
|
./src/lib/navigation.ts
|
|
6:3 Warning: 'Settings' is defined but never used. @typescript-eslint/no-unused-vars
|
|
12:3 Warning: 'Zap' is defined but never used. @typescript-eslint/no-unused-vars
|
|
13:3 Warning: 'User' is defined but never used. @typescript-eslint/no-unused-vars
|
|
14:3 Warning: 'FileText' is defined but never used. @typescript-eslint/no-unused-vars
|
|
15:3 Warning: 'Database' is defined but never used. @typescript-eslint/no-unused-vars
|
|
|
|
./src/lib/storage/minio.ts
|
|
7:32 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
8:28 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
10:39 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
11:43 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
16:43 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
49:39 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
59:39 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
60:25 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
160:34 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
161:41 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
162:39 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
163:25 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
164:33 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
277:31 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
290:31 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
|
|
./src/server/api/routers/collaboration.ts
|
|
428:13 Warning: 'studyId' is assigned a value but never used. @typescript-eslint/no-unused-vars
|
|
|
|
./src/server/api/routers/experiments.ts
|
|
445:49 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
882:15 Warning: 'id' is assigned a value but never used. @typescript-eslint/no-unused-vars
|
|
882:22 Warning: 'updateData' is assigned a value but never used. @typescript-eslint/no-unused-vars
|
|
883:13 Warning: 'userId' is assigned a value but never used. @typescript-eslint/no-unused-vars
|
|
894:29 Warning: 'input' is defined but never used. Allowed unused args must match /^_/u. @typescript-eslint/no-unused-vars
|
|
895:13 Warning: 'userId' is assigned a value but never used. @typescript-eslint/no-unused-vars
|
|
957:36 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
957:44 Error: Unsafe return of a value of type `any`. @typescript-eslint/no-unsafe-return
|
|
957:46 Error: Unsafe member access .orderIndex on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
1019:58 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
1076:35 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
1242:17 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
1243:40 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
1252:13 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
1253:13 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
1254:13 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
1254:54 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
1255:13 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
1255:48 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
1304:45 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
1305:17 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
1305:31 Error: Unsafe member access .id on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
1305:34 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
1307:18 Warning: 'insertedStep' is assigned a value but never used. @typescript-eslint/no-unused-vars
|
|
1311:15 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
1311:26 Error: Unsafe member access .name on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
1312:15 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
1312:33 Error: Unsafe member access .description on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
1313:15 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
1313:26 Error: Unsafe member access .type on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
1314:15 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
1314:32 Error: Unsafe member access .orderIndex on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
1315:15 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
1315:39 Error: Unsafe member access .estimatedDuration on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
1316:15 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
1316:32 Error: Unsafe member access .isRequired on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
1317:35 Error: Unsafe member access .configuration on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
1317:49 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
1322:20 Error: Unsafe member access .actions on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
1322:36 Error: Unsafe member access .actions on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
1323:39 Error: Unsafe member access .actions on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
1325:17 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
1325:28 Error: Unsafe member access .id on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
1325:31 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
1326:17 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
1327:17 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
1327:30 Error: Unsafe member access .name on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
1328:17 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
1328:37 Error: Unsafe member access .description on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
1329:17 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
1329:30 Error: Unsafe member access .type on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
1330:17 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
1330:36 Error: Unsafe member access .orderIndex on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
1331:36 Error: Unsafe member access .parameters on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
1345:15 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
1346:15 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
|
|
./src/server/api/routers/media.ts
|
|
304:42 Error: This assertion is unnecessary since it does not change the type of the expression. @typescript-eslint/no-unnecessary-type-assertion
|
|
344:42 Error: This assertion is unnecessary since it does not change the type of the expression. @typescript-eslint/no-unnecessary-type-assertion
|
|
|
|
./src/server/api/routers/participants.ts
|
|
60:45 Warning: 'sortBy' is assigned a value but never used. @typescript-eslint/no-unused-vars
|
|
60:53 Warning: 'sortOrder' is assigned a value but never used. @typescript-eslint/no-unused-vars
|
|
|
|
./src/server/api/routers/robots.ts
|
|
2:25 Warning: 'inArray' is defined but never used. @typescript-eslint/no-unused-vars
|
|
8:3 Warning: 'robotPlugins' is defined but never used. @typescript-eslint/no-unused-vars
|
|
11:3 Warning: 'pluginStatusEnum' is defined but never used. @typescript-eslint/no-unused-vars
|
|
|
|
./src/server/api/routers/robots_fixed.ts
|
|
2:25 Warning: 'inArray' is defined but never used. @typescript-eslint/no-unused-vars
|
|
8:3 Warning: 'robotPlugins' is defined but never used. @typescript-eslint/no-unused-vars
|
|
11:3 Warning: 'pluginStatusEnum' is defined but never used. @typescript-eslint/no-unused-vars
|
|
|
|
./src/server/api/routers/trials.ts
|
|
21:3 Warning: 'studies' is defined but never used. @typescript-eslint/no-unused-vars
|
|
24:3 Warning: 'mediaCaptures' is defined but never used. @typescript-eslint/no-unused-vars
|
|
|
|
./src/server/api/routers/users.ts
|
|
77:49 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
78:11 Error: Unsafe call of a(n) `any` typed value. @typescript-eslint/no-unsafe-call
|
|
78:16 Error: Unsafe member access .systemRoles on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
78:38 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
78:49 Error: Unsafe member access .role on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
90:44 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
90:52 Error: Unsafe return of a value of type `any`. @typescript-eslint/no-unsafe-return
|
|
90:55 Error: Unsafe member access .role on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
133:42 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
134:11 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
134:20 Error: Unsafe member access .role on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
135:11 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
135:26 Error: Unsafe member access .assignedAt on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
136:11 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
|
|
136:26 Error: Unsafe member access .assignedByUser on an `any` value. @typescript-eslint/no-unsafe-member-access
|
|
485:21 Error: Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. @typescript-eslint/prefer-nullish-coalescing
|
|
490:5 Error: Unsafe return of a value of type `any[]`. @typescript-eslint/no-unsafe-return
|
|
|
|
./src/server/db/schema.ts
|
|
842:48 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
|
|
|
|
info - Need to disable some ESLint rules? Learn more here: https://nextjs.org/docs/app/api-reference/config/eslint#disabling-rules
|
|
error: script "lint" exited with code 1
|