Open Issues Need Help
View All on GitHubAI Summary: Replace the `axios` dependency in the Chelonia CLI tool with the built-in `fetch` API for downloading the Chel binary. This involves modifying the code responsible for downloading the binary to use `fetch` instead of `axios`, removing `axios` from the project's dependencies, and ensuring the functionality remains unchanged.
AI Summary: The task is to resolve a linting issue in a Deno project. The `deno task lint` command is failing because of a warning about the `importMap` field and because the `standard` command is not found. The solution involves investigating the Deno configuration (`deno.json`) and potentially replacing the `standard` linter with a TypeScript linter, such as `typescript-eslint`, ensuring compatibility with the project's setup.