fix: resolve CI linting and type checking errors
Some checks failed
CI / test (push) Has been cancelled
Some checks failed
CI / test (push) Has been cancelled
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
/**
|
||||
* Main entry point for {{ project_name }}
|
||||
* Main entry point for {{ project_name }}.
|
||||
* Generated from GitHub Issue #{{ issue_number }}: {{ issue_title }}
|
||||
*/
|
||||
|
||||
{% for item in todo_items %}
|
||||
// TODO: Implement main functionality
|
||||
// {% for item in todo_items %}
|
||||
// TODO #{{ loop.index }}: {{ item }}
|
||||
{% endfor %}
|
||||
// {% endfor %}
|
||||
|
||||
console.log("{{ project_name }} is running");
|
||||
console.log("Repository: {{ repository }}");
|
||||
console.log("Issue: {{ issue_number }}");
|
||||
|
||||
Reference in New Issue
Block a user