Commit 932181f
committed
chore: remove examples directory (aws#36)
* chore: remove examples directory
Remove all example files and update package.json scripts to exclude examples from linting and formatting.
* chore: enable linting for test directories and fix all lint errors
- Remove __tests__ from ESLint ignores to enable linting on test files
- Add tests_integ to lint and format scripts in package.json
- Exclude test files from main src ESLint config to avoid tsconfig errors
- Add missing globals for test files (setTimeout, Buffer, URL)
- Fix all unused parameter errors by prefixing with underscore
- Fix empty catch blocks with ignore comments
- Remove unused imports1 parent 8311163 commit 932181f
File tree
43 files changed
+564
-7366
lines changed- examples
- deep-research-ui
- app
- api/chat
- deep-research
- components
- lib/agents
- src
- identity/__tests__
- runtime/__tests__
- tests_integ
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
43 files changed
+564
-7366
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
41 | | - | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
52 | 56 | | |
53 | 57 | | |
54 | 58 | | |
| |||
This file was deleted.
0 commit comments