Commit 1063a09
committed
Refactor ESLint configurations and clean up code
- Updated ESLint configurations across multiple packages to use the new format and removed deprecated files.
- Removed unnecessary ESLint disable comments for better code clarity.
- Enhanced error handling in various services by ignoring caught errors without logging.
- Cleaned up unused imports and improved code readability in several files.
- Adjusted TypeScript configurations to include additional files for better type checking.
- Refactored storage utility functions for improved performance and readability.
- Removed redundant code and comments to streamline the codebase.1 parent f4e04a2 commit 1063a09
File tree
200 files changed
+1181
-968
lines changed- packages
- apps
- dashboard/server
- faucet
- client
- src/components
- Layout
- PageWrapper
- server
- fortune
- exchange-oracle
- client
- src/utils
- server
- src
- common
- decorators
- interceptors
- utils
- validators
- modules
- job
- storage
- webhook
- recording-oracle
- scripts
- src
- common
- decorators
- utils
- modules
- job
- storage
- webhook
- human-app
- frontend
- src
- api
- hooks
- modules
- auth-web3/context
- auth/context
- homepage/hooks
- operator/profile
- hooks
- services
- signin/worker
- signup
- operator
- components/add-keys
- schema
- services
- smart-contracts
- EthKVStore
- HMToken
- Staking
- worker
- email-verification
- hooks
- services
- hcaptcha-labeling
- hooks
- jobs-discovery
- helpers
- services
- jobs
- available-jobs
- components
- mobile
- hooks
- components
- hooks
- my-jobs/components
- desktop
- mobile
- oracle-registration
- reset-password
- send-reset-link
- services
- server
- src
- common
- decorators
- interceptors
- utils
- modules
- health/indicators
- job-assignment
- jobs-discovery
- job-launcher
- client
- src
- components
- Auth
- BillingDetails
- Headers
- Jobs/Create
- ProtectedRoute
- TopUpAccount
- hooks
- state
- auth
- dashboard
- utils
- server
- src
- common
- constants
- decorators
- interceptors
- pagination
- utils
- modules
- auth
- job
- manifest
- mutex
- payment
- qualification
- storage
- webhook
- test
- staking
- src
- hooks
- utils
- core
- test
- governance
- examples/gcv
- src/utils
- libs/logger
- sdk/typescript
- human-protocol-sdk
- example
- src
- test
- subgraph
- src/mapping
- utils
- tests
- escrow
- hmt
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
200 files changed
+1181
-968
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
23 | 32 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
39 | 37 | | |
This file was deleted.
This file was deleted.
0 commit comments