⚙️ Chore(.prettierignore): add pnpm-lock.yaml
to ignore by prettier
#42
Annotations
3 errors and 2 warnings
Continuous-Integration:
src/utils/myErrorHandler.ts#L5
Property 'name' is missing in type '{ readonly code: "EH001"; readonly message: { readonly dev: "errorName (key) not found in errorSolutions (object)"; }; readonly hint: { readonly dev: "Check if errorName is in errorSolutions"; }; }' but required in type 'Required<{ code?: string | number | undefined; hint?: { dev?: string | undefined; user?: string | undefined; } | undefined; message?: { dev?: string | undefined; user?: string | undefined; } | undefined; name?: string | undefined; }>'.
|
Continuous-Integration:
src/utils/myErrorHandler.ts#L10
Property 'name' is missing in type '{ readonly code: "EH002"; readonly message: { readonly dev: "Error in execution of Solution"; }; readonly hint: { readonly dev: "Check if the function `errorSolutions[errorName]()` is working properly "; }; }' but required in type 'Required<{ code?: string | number | undefined; hint?: { dev?: string | undefined; user?: string | undefined; } | undefined; message?: { dev?: string | undefined; user?: string | undefined; } | undefined; name?: string | undefined; }>'.
|
Continuous-Integration
Process completed with exit code 1.
|
Continuous-Integration
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Continuous-Integration
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|