Skip to content

🐞 Fix indentation of generated README #8

@Thenlie

Description

@Thenlie

The generated README has some slight indentation on most lines. This is likely due to how the template literals are being formed. While this may be a simple fix, es-lint could get in the way. We can use es-lint ignore comments if needed.

"indent": ["error", "tab", { "ignoredNodes": ["TemplateLiteral > *"] }]

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomershelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions