@casoon/auditmysite
Version:
Professional website analysis suite with robust accessibility testing, Core Web Vitals performance monitoring, SEO analysis, and content optimization insights. Features isolated browser contexts, retry mechanisms, and comprehensive API endpoints for profe
413 lines (389 loc) • 155 kB
Plain Text
> @casoon/auditmysite@2.0.0-alpha.2 lint /Users/jseidel/GitHub/auditmysite
> eslint "src/**/*.ts" --max-warnings=0
/Users/jseidel/GitHub/auditmysite/src/adapters/audit-data-adapter.ts
12:3 warning 'createStrictAuditPage' is defined but never used @typescript-eslint/no-unused-vars
14:3 warning 'validateAllPagesComplete' is defined but never used @typescript-eslint/no-unused-vars
18:3 warning 'StrictAuditPage' is defined but never used @typescript-eslint/no-unused-vars
21:3 warning 'hasCompleteAnalysis' is defined but never used @typescript-eslint/no-unused-vars
69:12 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
70:14 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
71:13 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
77:19 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
78:12 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
84:14 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
85:12 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
86:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
92:15 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
93:19 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
99:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
124:7 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
132:7 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
133:7 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
134:7 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
135:7 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
155:71 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
214:63 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
256:6 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
279:13 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
281:6 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
286:31 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
321:6 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
337:40 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
344:56 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
344:62 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
359:48 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
377:6 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
394:40 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
396:57 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
403:49 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
403:55 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
422:42 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
444:6 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
460:53 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
467:61 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
467:67 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
496:52 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
513:6 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
539:66 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
539:74 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
547:38 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
631:3 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
653:3 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
/Users/jseidel/GitHub/auditmysite/src/analyzers/content-weight-analyzer.ts
16:3 warning 'QualityAnalysisOptions' is defined but never used @typescript-eslint/no-unused-vars
102:11 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
115:11 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
155:47 error Empty block statement no-empty
175:40 warning 'page' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
284:33 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
285:36 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
286:36 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
292:13 warning 'matchingResponse' is assigned a value but never used @typescript-eslint/no-unused-vars
/Users/jseidel/GitHub/auditmysite/src/analyzers/mobile-friendliness-analyzer.ts
169:9 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
179:13 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
190:13 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
191:13 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
223:41 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
224:40 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
225:40 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
228:77 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
229:44 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
231:29 error Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free @typescript-eslint/ban-ts-comment
232:109 warning '_' is defined but never used @typescript-eslint/no-unused-vars
232:171 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
234:29 error Empty block statement no-empty
236:21 error Empty block statement no-empty
291:21 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
299:13 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
300:13 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
302:17 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
349:22 warning 'e' is defined but never used @typescript-eslint/no-unused-vars
443:28 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
444:31 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
625:75 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
628:41 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
636:92 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
805:13 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
872:13 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
1014:28 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
1127:23 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
1128:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
1129:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
1130:22 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
/Users/jseidel/GitHub/auditmysite/src/analyzers/mobile-performance-collector.ts
41:9 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
65:23 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
68:11 error Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free @typescript-eslint/ban-ts-comment
69:39 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
69:84 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
118:9 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
119:9 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
201:37 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
253:52 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
297:56 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
297:70 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
335:51 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
/Users/jseidel/GitHub/auditmysite/src/analyzers/performance-collector.ts
17:3 warning 'ResourceTiming' is defined but never used @typescript-eslint/no-unused-vars
36:11 warning 'startTime' is assigned a value but never used @typescript-eslint/no-unused-vars
41:13 warning 'isDataUri' is assigned a value but never used @typescript-eslint/no-unused-vars
42:13 warning 'isContentSet' is assigned a value but never used @typescript-eslint/no-unused-vars
57:23 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
60:11 error Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free @typescript-eslint/ban-ts-comment
61:39 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
61:84 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
226:74 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
234:60 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
244:85 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
249:15 error Empty block statement no-empty
253:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
258:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
323:88 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
328:15 error Empty block statement no-empty
332:71 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
333:44 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
335:15 error Empty block statement no-empty
339:70 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
346:15 error Empty block statement no-empty
360:32 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
457:14 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
/Users/jseidel/GitHub/auditmysite/src/analyzers/schema-markup-analyzer.ts
10:32 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
83:9 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
128:58 warning 'subIndex' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
144:33 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
162:50 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
205:50 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
492:19 error Unnecessary escape character: \+ no-useless-escape
492:30 error Unnecessary escape character: \( no-useless-escape
492:32 error Unnecessary escape character: \) no-useless-escape
/Users/jseidel/GitHub/auditmysite/src/analyzers/security-headers-analyzer.ts
598:55 warning 'options' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
623:16 warning 'error' is defined but never used @typescript-eslint/no-unused-vars
791:53 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
855:33 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
/Users/jseidel/GitHub/auditmysite/src/analyzers/seo-analyzer.ts
13:16 warning 'Response' is defined but never used @typescript-eslint/no-unused-vars
34:11 warning 'startTime' is assigned a value but never used @typescript-eslint/no-unused-vars
395:14 warning 'error' is defined but never used @typescript-eslint/no-unused-vars
440:11 warning 'domain' is assigned a value but never used @typescript-eslint/no-unused-vars
485:11 warning 'schemaAnalysis' is assigned a value but never used @typescript-eslint/no-unused-vars
511:11 warning 'brokenLinks' is assigned a value but never used @typescript-eslint/no-unused-vars
575:7 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
618:11 warning 'keywordAnalysis' is assigned a value but never used @typescript-eslint/no-unused-vars
640:19 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
641:31 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
642:19 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
643:24 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
708:47 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
804:78 warning 'allLinks' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
943:58 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
982:69 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
1031:49 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
1151:45 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
/Users/jseidel/GitHub/auditmysite/src/analyzers/structured-data-analyzer.ts
242:37 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
246:40 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
246:45 warning 'type' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
250:35 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
250:40 warning 'type' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
254:47 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
254:52 warning 'type' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
268:67 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
269:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
289:62 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
290:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
327:36 warning 'subIndex' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
359:43 warning 'index' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
380:38 warning 'index' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
877:33 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
/Users/jseidel/GitHub/auditmysite/src/api/server.ts
8:77 warning 'ErrorRequestHandler' is defined but never used @typescript-eslint/no-unused-vars
20:3 warning 'AuditResult' is defined but never used @typescript-eslint/no-unused-vars
21:3 warning 'SDKConfig' is defined but never used @typescript-eslint/no-unused-vars
22:3 warning 'ProgressData' is defined but never used @typescript-eslint/no-unused-vars
31:3 error ES2015 module syntax is preferred over namespaces @typescript-eslint/no-namespace
39:6 warning 'AuthenticatedRequest' is defined but never used @typescript-eslint/no-unused-vars
67:19 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
91:11 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
189:32 error A `require()` style import is forbidden @typescript-eslint/no-require-imports
259:7 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
333:62 warning 'next' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
336:36 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
338:19 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
422:14 warning 'error' is defined but never used @typescript-eslint/no-unused-vars
518:14 warning 'error' is defined but never used @typescript-eslint/no-unused-vars
555:14 warning 'error' is defined but never used @typescript-eslint/no-unused-vars
592:14 warning 'error' is defined but never used @typescript-eslint/no-unused-vars
629:14 warning 'error' is defined but never used @typescript-eslint/no-unused-vars
666:14 warning 'error' is defined but never used @typescript-eslint/no-unused-vars
689:14 warning 'error' is defined but never used @typescript-eslint/no-unused-vars
777:72 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
/Users/jseidel/GitHub/auditmysite/src/api/services/accessibility.service.ts
14:38 error A `require()` style import is forbidden @typescript-eslint/no-require-imports
81:34 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
/Users/jseidel/GitHub/auditmysite/src/api/services/performance.service.ts
8:24 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
17:36 error A `require()` style import is forbidden @typescript-eslint/no-require-imports
47:38 error A `require()` style import is forbidden @typescript-eslint/no-require-imports
105:46 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
135:46 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
/Users/jseidel/GitHub/auditmysite/src/api/services/seo.service.ts
8:24 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
17:36 error A `require()` style import is forbidden @typescript-eslint/no-require-imports
46:38 error A `require()` style import is forbidden @typescript-eslint/no-require-imports
123:38 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
156:43 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
168:38 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
/Users/jseidel/GitHub/auditmysite/src/api/services/sitemap.service.ts
15:41 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
24:48 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
53:16 warning 'error' is defined but never used @typescript-eslint/no-unused-vars
/Users/jseidel/GitHub/auditmysite/src/api/webhooks/webhook-manager.ts
28:11 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
65:9 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
74:13 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
89:9 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
110:46 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
115:13 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
119:9 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
138:15 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
167:25 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
214:9 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
246:9 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
257:9 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
279:17 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
294:29 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
366:9 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
379:9 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
/Users/jseidel/GitHub/auditmysite/src/cli/commands/audit-command.ts
92:27 error A `require()` style import is forbidden @typescript-eslint/no-require-imports
160:22 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
165:22 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
168:22 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
171:22 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
187:5 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
283:16 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
287:18 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
288:18 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
289:18 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
290:18 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
296:59 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
297:34 error A `require()` style import is forbidden @typescript-eslint/no-require-imports
332:5 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
333:5 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
334:5 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
335:5 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
336:5 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
337:5 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
338:5 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
341:38 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
343:7 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
345:9 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
348:9 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
351:9 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
389:91 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
389:105 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
390:38 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
420:99 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
420:113 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
421:46 error A `require()` style import is forbidden @typescript-eslint/no-require-imports
422:31 error A `require()` style import is forbidden @typescript-eslint/no-require-imports
424:38 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
547:49 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
547:99 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
569:48 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
569:53 warning 'config' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
633:46 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
671:31 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
674:5 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
675:5 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
676:5 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
677:5 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
678:5 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
679:5 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
683:5 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
686:7 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
688:9 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
/Users/jseidel/GitHub/auditmysite/src/cli/commands/base-command.ts
9:18 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
15:10 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
36:22 warning 'args' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
68:46 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
92:5 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
99:5 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
106:5 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
152:14 warning 'error' is defined but never used @typescript-eslint/no-unused-vars
/Users/jseidel/GitHub/auditmysite/src/cli/strict-mode-handler.ts
16:3 warning 'generateMultipleStrictReports' is defined but never used @typescript-eslint/no-unused-vars
21:3 warning 'convertAndValidateAuditData' is defined but never used @typescript-eslint/no-unused-vars
28:3 warning 'MissingAnalysisError' is defined but never used @typescript-eslint/no-unused-vars
125:24 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
132:39 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
226:7 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
257:9 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
353:25 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
356:62 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
381:65 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
442:5 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
443:5 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
444:5 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
445:5 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
446:5 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
447:5 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
448:5 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
454:41 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
455:5 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
456:49 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
459:7 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
461:9 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
466:7 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
468:9 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
471:5 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
478:5 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
481:7 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
482:38 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
486:7 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
487:41 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
490:5 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
503:15 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
515:46 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
528:75 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
529:3 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
536:5 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
537:5 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
538:5 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
539:5 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
540:5 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
543:7 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
545:9 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
550:7 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
552:9 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
557:5 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
559:7 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
560:7 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
561:7 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
563:7 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
564:7 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
568:7 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
570:9 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
577:5 warning Unexpected console statement. Only these console methods are allowed: warn, error no-console
/Users/jseidel/GitHub/auditmysite/src/core/accessibility/accessibility-checker.ts
8:10 warning 'Browser' is defined but never used @typescript-eslint/no-unused-vars
10:31 warning 'TestOptions' is defined but never used @typescript-eslint/no-unused-vars
17:3 warning 'BaseAnalysisResult' is defined but never used @typescript-eslint/no-unused-vars
31:37 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
154:13 warning 'browser' is assigned a value but never used @typescript-eslint/no-unused-vars
165:34 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
168:42 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
172:19 error Empty block statement no-empty
193:38 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
196:17 error Empty block statement no-empty
299:18 warning 'error' is defined but never used @typescript-eslint/no-unused-vars
320:31 warning 'result' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
411:13 warning 'browser' is assigned a value but never used @typescript-eslint/no-unused-vars
421:34 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
424:42 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
428:19 error Empty block statement no-empty
449:40 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
453:17 error Empty block statement no-empty
457:15 warning 'urlChanged' is assigned a value but never used @typescript-eslint/no-unused-vars
484:22 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
595:5 warning 'page' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
612:44 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
639:15 warning 'totalIssues' is assigned a value but never used @typescript-eslint/no-unused-vars
640:54 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
641:56 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
/Users/jseidel/GitHub/auditmysite/src/core/accessibility/detailed-issue-collector.ts
25:18 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
25:45 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
26:33 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
/Users/jseidel/GitHub/auditmysite/src/core/accessibility/html5-elements-checker.ts
80:17 warning 'hasRole' is assigned a value but never used @typescript-eslint/no-unused-vars
238:14 warning 'error' is defined but never used @typescript-eslint/no-unused-vars
/Users/jseidel/GitHub/auditmysite/src/core/analyzers/analyzer-factory.ts
190:23 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
190:81 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
217:23 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
217:41 warning 'options' is defined but never used. Allowed unused args must match /^_/u